Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c557 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 …]
Dxhci.h682 struct xhci_ep_ctx { struct
1796 struct xhci_ep_ctx *ep_ctx,
1798 void xhci_setup_no_streams_ep_input_ctx(struct xhci_ep_ctx *ep_ctx,
1951 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned…
Dxhci-ring.c469 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()
1763 struct xhci_ep_ctx *ep_ctx, in xhci_requires_manual_halt_cleanup()
1810 struct xhci_ep_ctx *ep_ctx; in finish_td()
1904 struct xhci_ep_ctx *ep_ctx; in process_ctrl_td()
2273 struct xhci_ep_ctx *ep_ctx; in handle_tx_event()
2902 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
3014 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, in xhci_queue_intr_tx()
3902 struct xhci_ep_ctx *ep_ctx; in xhci_queue_isoc_tx_prepare()
Dxhci.c1250 struct xhci_ep_ctx *ep_ctx; in xhci_check_maxpacket()
1651 struct xhci_ep_ctx *ep_ctx; in xhci_drop_endpoint()
1824 struct xhci_ep_ctx *ep_ctx; in xhci_zero_in_ctx()
2891 struct xhci_ep_ctx *ep_ctx; in xhci_setup_input_ctx_for_quirk()
3245 struct xhci_ep_ctx *ep_ctx; in xhci_alloc_streams()
3350 struct xhci_ep_ctx *ep_ctx; in xhci_free_streams()
5055 BUILD_BUG_ON(sizeof(struct xhci_ep_ctx) != 8*32/8); in xhci_hcd_init()
Dxhci-dbg.c524 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, ctx, i); in xhci_dbg_ep_ctx()