Searched refs:xhci_ep_ctx (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-mem.c | 644 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl, in xhci_get_ep_ctx() 653 return (struct xhci_ep_ctx *) in xhci_get_ep_ctx() 674 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() 675 struct xhci_ep_ctx *in_ep_ctx; in xhci_endpoint_copy() 723 struct xhci_ep_ctx *ep0_ctx; in xhci_setup_addressable_virt_dev() 864 xhci_flush_cache((uintptr_t)ep0_ctx, sizeof(struct xhci_ep_ctx)); in xhci_setup_addressable_virt_dev()
|
| H A D | xhci-ring.c | 568 struct xhci_ep_ctx *ep_ctx; in xhci_bulk_tx() 789 struct xhci_ep_ctx *ep_ctx = NULL; in xhci_ctrl_tx()
|
| H A D | xhci.c | 496 struct xhci_ep_ctx *ep_ctx[MAX_EP_CTX_NUM]; in xhci_set_configuration() 769 struct xhci_ep_ctx *ep_ctx; in xhci_check_maxpacket()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-trace.h | 318 TP_PROTO(struct xhci_ep_ctx *ctx), 339 TP_PROTO(struct xhci_ep_ctx *ctx), 344 TP_PROTO(struct xhci_ep_ctx *ctx), 349 TP_PROTO(struct xhci_ep_ctx *ctx), 354 TP_PROTO(struct xhci_ep_ctx *ctx), 359 TP_PROTO(struct xhci_ep_ctx *ctx),
|
| H A D | xhci-dbgcap.h | 162 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE)) 164 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE * 2))
|
| H A D | xhci-mtk-sch.c | 146 static u32 get_esit(struct xhci_ep_ctx *ep_ctx) in get_esit() 240 struct usb_host_endpoint *ep, struct xhci_ep_ctx *ep_ctx) in create_sch_ep() 278 static void setup_sch_info(struct xhci_ep_ctx *ep_ctx, in setup_sch_info() 719 struct xhci_ep_ctx *ep_ctx; in add_ep_quirk() 802 struct xhci_ep_ctx *ep_ctx; in xhci_mtk_check_bandwidth()
|
| H A D | xhci-mem.c | 594 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, in xhci_get_ep_ctx() 603 return (struct xhci_ep_ctx *) in xhci_get_ep_ctx() 795 struct xhci_ep_ctx *ep_ctx, in xhci_setup_streams_ep_input_ctx() 818 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, in xhci_setup_no_streams_ep_input_ctx() 1122 struct xhci_ep_ctx *ep0_ctx; in xhci_copy_ep0_dequeue_into_input_ctx() 1172 struct xhci_ep_ctx *ep0_ctx; in xhci_setup_addressable_virt_dev() 1505 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_init() 1610 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_zero() 1640 struct xhci_ep_ctx *ep_ctx; in xhci_update_bw_info() 1697 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() [all …]
|
| H A D | xhci-ring.c | 554 struct xhci_ep_ctx *ep_ctx; in xhci_get_hw_deq() 1076 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_stop_ep() 1360 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_set_deq() 1466 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_reset_ep() 1529 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_config_ep() 2163 struct xhci_ep_ctx *ep_ctx, in xhci_requires_manual_halt_cleanup() 2200 struct xhci_ep_ctx *ep_ctx; in finish_td() 2302 struct xhci_ep_ctx *ep_ctx; in process_ctrl_td() 2594 struct xhci_ep_ctx *ep_ctx; in handle_tx_event() 3308 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer() [all …]
|
| H A D | xhci.h | 707 struct xhci_ep_ctx { struct 2083 struct xhci_ep_ctx *ep_ctx, 2085 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, 2216 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned…
|
| H A D | xhci.c | 1420 struct xhci_ep_ctx *ep_ctx; in xhci_check_maxpacket() 1783 struct xhci_ep_ctx *ep_ctx; in xhci_drop_endpoint() 1866 struct xhci_ep_ctx *ep_ctx; in xhci_add_endpoint() 1963 struct xhci_ep_ctx *ep_ctx; in xhci_zero_in_ctx() 3493 struct xhci_ep_ctx *ep_ctx; in xhci_alloc_streams() 3602 struct xhci_ep_ctx *ep_ctx; in xhci_free_streams() 5478 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8); in xhci_hcd_init()
|
| H A D | xhci-debugfs.c | 283 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_context_show()
|
| H A D | xhci-dbgcap.c | 92 struct xhci_ep_ctx *ep_ctx; in xhci_dbc_init_contexts()
|
| H A D | xhci-hub.c | 411 struct xhci_ep_ctx *ep_ctx; in xhci_stop_device()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 591 struct xhci_ep_ctx { struct 1242 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl,
|