Searched refs:xhci_ep_ctx (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-dbgcap.h | 170 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE)) 172 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE * 2))
|
H A D | xhci-mtk-sch.c | 153 static u32 get_esit(struct xhci_ep_ctx *ep_ctx) in get_esit() 248 struct usb_host_endpoint *ep, struct xhci_ep_ctx *ep_ctx) in create_sch_ep() 290 static void setup_sch_info(struct xhci_ep_ctx *ep_ctx, in setup_sch_info() 916 struct xhci_ep_ctx *ep_ctx; in add_ep_quirk() 984 struct xhci_ep_ctx *ep_ctx; in xhci_mtk_check_bandwidth()
|
H A D | xhci-mem.c | 506 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, in xhci_get_ep_ctx() 515 return (struct xhci_ep_ctx *) in xhci_get_ep_ctx() 697 struct xhci_ep_ctx *ep_ctx, in xhci_setup_streams_ep_input_ctx() 720 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, in xhci_setup_no_streams_ep_input_ctx() 1014 struct xhci_ep_ctx *ep0_ctx; in xhci_copy_ep0_dequeue_into_input_ctx() 1065 struct xhci_ep_ctx *ep0_ctx; in xhci_setup_addressable_virt_dev() 1390 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_init() 1487 struct xhci_ep_ctx *ep_ctx; in xhci_endpoint_zero() 1517 struct xhci_ep_ctx *ep_ctx; in xhci_update_bw_info() 1574 struct xhci_ep_ctx *out_ep_ctx; in xhci_endpoint_copy() [all …]
|
H A D | xhci-ring.c | 619 struct xhci_ep_ctx *ep_ctx; in xhci_get_hw_deq() 1128 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_stop_ep() 1386 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_set_deq() 1523 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_reset_ep() 1583 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_config_ep() 2205 static bool xhci_halted_host_endpoint(struct xhci_ep_ctx *ep_ctx, unsigned int comp_code) in xhci_halted_host_endpoint() 2245 struct xhci_ep_ctx *ep_ctx; in finish_td() 2338 struct xhci_ep_ctx *ep_ctx; in process_ctrl_td() 2665 struct xhci_ep_ctx *ep_ctx; in handle_tx_event() 3316 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 | 427 struct xhci_ep_ctx { struct 1820 struct xhci_ep_ctx *ep_ctx, 1822 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, 1961 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned…
|
H A D | xhci.c | 1466 struct xhci_ep_ctx *ep_ctx; in xhci_check_ep0_maxpacket() 1823 struct xhci_ep_ctx *ep_ctx; in xhci_drop_endpoint() 1906 struct xhci_ep_ctx *ep_ctx; in xhci_add_endpoint() 2003 struct xhci_ep_ctx *ep_ctx; in xhci_zero_in_ctx() 3562 struct xhci_ep_ctx *ep_ctx; in xhci_alloc_streams() 3671 struct xhci_ep_ctx *ep_ctx; in xhci_free_streams() 5519 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8); in xhci_hcd_init()
|
H A D | xhci-hub.c | 480 struct xhci_ep_ctx *ep_ctx; in xhci_stop_device()
|