Searched refs:xhci_ep_ctx (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.h | 157 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE)) 159 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE * 2))
|
D | xhci-trace.h | 330 TP_PROTO(struct xhci_ep_ctx *ctx), 350 TP_PROTO(struct xhci_ep_ctx *ctx), 355 TP_PROTO(struct xhci_ep_ctx *ctx), 360 TP_PROTO(struct xhci_ep_ctx *ctx), 365 TP_PROTO(struct xhci_ep_ctx *ctx),
|
D | xhci-mem.c | 514 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, in xhci_get_ep_ctx() 523 return (struct xhci_ep_ctx *) in xhci_get_ep_ctx() 726 struct xhci_ep_ctx *ep_ctx, in xhci_setup_streams_ep_input_ctx() 749 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, in xhci_setup_no_streams_ep_input_ctx() 1045 struct xhci_ep_ctx *ep0_ctx; in xhci_copy_ep0_dequeue_into_input_ctx() 1095 struct xhci_ep_ctx *ep0_ctx; in xhci_setup_addressable_virt_dev() 1428 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_init() 1519 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_zero() 1549 struct xhci_ep_ctx *ep_ctx; in xhci_update_bw_info() 1606 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() [all …]
|
D | xhci-mtk-sch.c | 68 struct xhci_ep_ctx *ep_ctx, struct mu3h_sch_ep_info *sch_ep) in setup_sch_info() 313 struct xhci_ep_ctx *ep_ctx; in xhci_mtk_add_ep_quirk()
|
D | xhci-ring.c | 482 struct xhci_ep_ctx *ep_ctx; in xhci_get_hw_deq() 696 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_stop_ep() 1032 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_set_deq() 1123 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_reset_ep() 1192 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_config_ep() 1770 struct xhci_ep_ctx *ep_ctx, in xhci_requires_manual_halt_cleanup() 1854 struct xhci_ep_ctx *ep_ctx; in finish_td() 1921 struct xhci_ep_ctx *ep_ctx; in process_ctrl_td() 2208 struct xhci_ep_ctx *ep_ctx; in handle_tx_event() 2852 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer() [all …]
|
D | xhci.h | 692 struct xhci_ep_ctx { struct 2000 struct xhci_ep_ctx *ep_ctx, 2002 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, 2132 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned…
|
D | xhci.c | 1339 struct xhci_ep_ctx *ep_ctx; in xhci_check_maxpacket() 1685 struct xhci_ep_ctx *ep_ctx; in xhci_drop_endpoint() 1873 struct xhci_ep_ctx *ep_ctx; in xhci_zero_in_ctx() 2942 struct xhci_ep_ctx *ep_ctx; in xhci_setup_input_ctx_for_quirk() 3367 struct xhci_ep_ctx *ep_ctx; in xhci_alloc_streams() 3472 struct xhci_ep_ctx *ep_ctx; in xhci_free_streams() 5196 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8); in xhci_hcd_init()
|
D | xhci-debugfs.c | 279 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_context_show()
|
D | xhci-dbgcap.c | 91 struct xhci_ep_ctx *ep_ctx; in xhci_dbc_init_contexts()
|
D | xhci-hub.c | 401 struct xhci_ep_ctx *ep_ctx; in xhci_stop_device()
|