Searched refs:ctrl_ctx (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/host/ |
| A D | xhci.c | 1904 if (!ctrl_ctx) { in xhci_drop_endpoint() 1994 if (!ctrl_ctx) { in xhci_add_endpoint() 2066 if (!ctrl_ctx) { in xhci_zero_in_ctx() 2793 if (!ctrl_ctx) { in xhci_reserve_bandwidth() 2800 if (!EP_IS_ADDED(ctrl_ctx, i) && !EP_IS_DROPPED(ctrl_ctx, i)) in xhci_reserve_bandwidth() 2840 if (!EP_IS_ADDED(ctrl_ctx, i) && !EP_IS_DROPPED(ctrl_ctx, i)) in xhci_reserve_bandwidth() 2897 if (!ctrl_ctx) { in xhci_configure_endpoint() 3022 if (!ctrl_ctx) { in xhci_check_bandwidth() 3278 if (!ctrl_ctx) { in xhci_endpoint_reset() 3507 if (!ctrl_ctx) { in xhci_alloc_streams() [all …]
|
| A D | xhci-trace.h | 431 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx), 432 TP_ARGS(ctrl_ctx), 439 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags); 440 __entry->add = le32_to_cpu(ctrl_ctx->add_flags); 447 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx), 448 TP_ARGS(ctrl_ctx) 452 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx), 453 TP_ARGS(ctrl_ctx)
|
| A D | xhci.h | 795 #define EP_IS_ADDED(ctrl_ctx, i) \ argument 796 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1))) 797 #define EP_IS_DROPPED(ctrl_ctx, i) \ argument 798 (le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1))) 2028 struct xhci_input_control_ctx *ctrl_ctx,
|
| A D | xhci-mem.c | 1546 struct xhci_input_control_ctx *ctrl_ctx, in xhci_update_bw_info() argument 1562 if (!EP_IS_ADDED(ctrl_ctx, i) && EP_IS_DROPPED(ctrl_ctx, i)) { in xhci_update_bw_info() 1568 if (EP_IS_ADDED(ctrl_ctx, i)) { in xhci_update_bw_info()
|
| A D | xhci-ring.c | 1534 struct xhci_input_control_ctx *ctrl_ctx; in xhci_handle_cmd_config_ep() local 1551 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep() 1552 if (!ctrl_ctx) { in xhci_handle_cmd_config_ep() 1557 add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_handle_cmd_config_ep() 1558 drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_handle_cmd_config_ep()
|
| /linux/drivers/usb/cdns3/ |
| A D | cdnsp-gadget.c | 441 struct cdnsp_input_control_ctx *ctrl_ctx; in cdnsp_zero_in_ctx() local 454 ctrl_ctx->drop_flags = 0; in cdnsp_zero_in_ctx() 455 ctrl_ctx->add_flags = 0; in cdnsp_zero_in_ctx() 642 struct cdnsp_input_control_ctx *ctrl_ctx; in cdnsp_update_eps_configuration() local 651 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0) in cdnsp_update_eps_configuration() 859 struct cdnsp_input_control_ctx *ctrl_ctx; in cdnsp_setup_device() local 892 ctrl_ctx->drop_flags = 0; in cdnsp_setup_device() 903 ctrl_ctx->add_flags = 0; in cdnsp_setup_device() 904 ctrl_ctx->drop_flags = 0; in cdnsp_setup_device() 986 ctrl_ctx->drop_flags = 0; in cdnsp_gadget_ep_enable() [all …]
|
| /linux/drivers/usb/misc/ |
| A D | usbtest.c | 1067 struct ctrl_ctx { struct 1089 struct ctrl_ctx *ctx = urb->context; in ctrl_complete() argument 1205 struct ctrl_ctx context; in test_ctrl_queue()
|
Completed in 40 milliseconds