Home
last modified time | relevance | path

Searched refs:xhci_input_control_ctx (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.c1428 struct xhci_input_control_ctx *ctrl_ctx; in xhci_check_maxpacket()
1780 struct xhci_input_control_ctx *ctrl_ctx; in xhci_drop_endpoint()
1866 struct xhci_input_control_ctx *ctrl_ctx; in xhci_add_endpoint()
1971 struct xhci_input_control_ctx *ctrl_ctx; in xhci_zero_in_ctx()
2104 struct xhci_input_control_ctx *ctrl_ctx) in xhci_count_num_new_endpoints()
2125 struct xhci_input_control_ctx *ctrl_ctx) in xhci_count_num_dropped_endpoints()
2151 struct xhci_input_control_ctx *ctrl_ctx) in xhci_reserve_host_resources()
2178 struct xhci_input_control_ctx *ctrl_ctx) in xhci_free_host_resources()
2197 struct xhci_input_control_ctx *ctrl_ctx) in xhci_finish_resource_reservation()
2697 struct xhci_input_control_ctx *ctrl_ctx; in xhci_reserve_bandwidth()
[all …]
Dxhci-trace.h431 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
447 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
452 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
Dxhci.h792 struct xhci_input_control_ctx { struct
2021 struct xhci_input_control_ctx *ctrl_ctx,
2195 struct xhci_input_control_ctx *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx);
Dxhci-mem.c504 struct xhci_input_control_ctx *xhci_get_input_control_ctx( in xhci_get_input_control_ctx()
510 return (struct xhci_input_control_ctx *)ctx->bytes; in xhci_get_input_control_ctx()
1573 struct xhci_input_control_ctx *ctrl_ctx, in xhci_update_bw_info()
Dxhci-ring.c1405 struct xhci_input_control_ctx *ctrl_ctx; in xhci_handle_cmd_config_ep()