Searched refs:xhci_ep_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-mem.c | 557 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, in xhci_get_ep_ctx() 566 return (struct xhci_ep_ctx *) in xhci_get_ep_ctx() 764 struct xhci_ep_ctx *ep_ctx, in xhci_setup_streams_ep_input_ctx() 787 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, in xhci_setup_no_streams_ep_input_ctx() 1040 struct xhci_ep_ctx *ep0_ctx; in xhci_copy_ep0_dequeue_into_input_ctx() 1091 struct xhci_ep_ctx *ep0_ctx; in xhci_setup_addressable_virt_dev() 1406 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.h | 634 struct xhci_ep_ctx { struct 1728 struct xhci_ep_ctx *ep_ctx, 1730 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx, 1882 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned…
|
D | xhci-ring.c | 469 struct xhci_ep_ctx *ep_ctx in xhci_find_new_dequeue_state() 961 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_set_deq() 1762 struct xhci_ep_ctx *ep_ctx, in xhci_requires_manual_halt_cleanup() 1809 struct xhci_ep_ctx *ep_ctx; in finish_td() 1901 struct xhci_ep_ctx *ep_ctx; in process_ctrl_td() 2237 struct xhci_ep_ctx *ep_ctx; in handle_tx_event() 2863 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer() 2975 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, in xhci_queue_intr_tx() 3753 struct xhci_ep_ctx *ep_ctx; in xhci_queue_isoc_tx_prepare()
|
D | xhci.c | 1260 struct xhci_ep_ctx *ep_ctx; in xhci_check_maxpacket() 1661 struct xhci_ep_ctx *ep_ctx; in xhci_drop_endpoint() 1834 struct xhci_ep_ctx *ep_ctx; in xhci_zero_in_ctx() 2901 struct xhci_ep_ctx *ep_ctx; in xhci_setup_input_ctx_for_quirk() 3255 struct xhci_ep_ctx *ep_ctx; in xhci_alloc_streams() 3360 struct xhci_ep_ctx *ep_ctx; in xhci_free_streams() 5060 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8); in xhci_hcd_init()
|
D | xhci-dbg.c | 507 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, ctx, i); in xhci_dbg_ep_ctx()
|