Searched refs:xhci_get_ep_ctx (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci-mem.c | 557 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, xhci_get_ep_ctx() function 1044 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); xhci_copy_ep0_dequeue_into_input_ctx() 1104 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); xhci_setup_addressable_virt_dev() 1415 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); xhci_endpoint_init() 1522 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); xhci_endpoint_zero() 1568 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, i); xhci_update_bw_info() 1609 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); xhci_endpoint_copy() 1610 in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index); xhci_endpoint_copy()
|
H A D | xhci-ring.c | 470 = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); xhci_find_new_dequeue_state() 977 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); xhci_handle_cmd_set_deq() 1818 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); finish_td() 1908 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); process_ctrl_td() 2265 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); 2863 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); prepare_transfer() 2975 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xhci_queue_intr_tx() 3762 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); xhci_queue_isoc_tx_prepare()
|
H A D | xhci-dbg.c | 507 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, ctx, i); xhci_dbg_ep_ctx()
|
H A D | xhci.c | 1267 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); xhci_check_maxpacket() 1303 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); xhci_check_maxpacket() 1691 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); xhci_drop_endpoint() 1857 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, i); xhci_zero_in_ctx() 2915 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index); xhci_setup_input_ctx_for_quirk() 3258 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); xhci_alloc_streams() 3363 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); xhci_free_streams()
|
H A D | xhci.h | 1882 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned int ep_index);
|
Completed in 167 milliseconds