Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c1462 struct xhci_input_control_ctx *ctrl_ctx; in xhci_check_ep0_maxpacket()
1818 struct xhci_input_control_ctx *ctrl_ctx; in xhci_drop_endpoint()
1902 struct xhci_input_control_ctx *ctrl_ctx; in xhci_add_endpoint()
1999 struct xhci_input_control_ctx *ctrl_ctx; in xhci_zero_in_ctx()
2716 struct xhci_input_control_ctx *ctrl_ctx; in xhci_reserve_bandwidth()
2855 struct xhci_input_control_ctx *ctrl_ctx; in xhci_configure_endpoint()
2974 struct xhci_input_control_ctx *ctrl_ctx; in xhci_check_bandwidth()
3166 struct xhci_input_control_ctx *ctrl_ctx; in xhci_endpoint_reset()
3469 struct xhci_input_control_ctx *ctrl_ctx; in xhci_alloc_streams()
3636 struct xhci_input_control_ctx *ctrl_ctx; in xhci_free_streams()
[all …]
H A Dxhci-trace.h460 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
475 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
480 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
H A Dxhci.h516 struct xhci_input_control_ctx { struct
1801 struct xhci_input_control_ctx *ctrl_ctx,
1968 struct xhci_input_control_ctx *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx);
H A Dxhci-mem.c487 struct xhci_input_control_ctx *xhci_get_input_control_ctx( in xhci_get_input_control_ctx()
493 return (struct xhci_input_control_ctx *)ctx->bytes; in xhci_get_input_control_ctx()
1513 struct xhci_input_control_ctx *ctrl_ctx, in xhci_update_bw_info()
H A Dxhci-ring.c1613 struct xhci_input_control_ctx *ctrl_ctx; in xhci_handle_cmd_config_ep()