Home
last modified time | relevance | path

Searched defs:ctrl_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/drivers/usb/host/
Dxhci.c1391 struct xhci_input_control_ctx *ctrl_ctx; in xhci_check_maxpacket() local
1740 struct xhci_input_control_ctx *ctrl_ctx; in xhci_drop_endpoint() local
1826 struct xhci_input_control_ctx *ctrl_ctx; in xhci_add_endpoint() local
1931 struct xhci_input_control_ctx *ctrl_ctx; in xhci_zero_in_ctx() local
2064 struct xhci_input_control_ctx *ctrl_ctx) in xhci_count_num_new_endpoints()
2085 struct xhci_input_control_ctx *ctrl_ctx) in xhci_count_num_dropped_endpoints()
2111 struct xhci_input_control_ctx *ctrl_ctx) in xhci_reserve_host_resources()
2138 struct xhci_input_control_ctx *ctrl_ctx) in xhci_free_host_resources()
2157 struct xhci_input_control_ctx *ctrl_ctx) in xhci_finish_resource_reservation()
2657 struct xhci_input_control_ctx *ctrl_ctx; in xhci_reserve_bandwidth() local
[all …]
Dxhci-mem.c1560 struct xhci_input_control_ctx *ctrl_ctx, in xhci_update_bw_info()
Dxhci.h792 #define EP_IS_ADDED(ctrl_ctx, i) \ argument
794 #define EP_IS_DROPPED(ctrl_ctx, i) \ argument
Dxhci-ring.c1232 struct xhci_input_control_ctx *ctrl_ctx; in xhci_handle_cmd_config_ep() local
/linux-5.10/drivers/usb/misc/
Dusbtest.c1067 struct ctrl_ctx { struct
1089 struct ctrl_ctx *ctx = urb->context; in ctrl_complete() argument