Home
last modified time | relevance | path

Searched refs:out_ctx (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dxhci.c1209 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
1216 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
1217 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket()
1230 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1247 xhci_dbg_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket()
1572 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1598 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
1601 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint()
1658 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_add_endpoint() local
1692 out_ctx = virt_dev->out_ctx; in xhci_add_endpoint()
[all …]
Dxhci-mem.c917 if (dev->out_ctx) in xhci_free_virt_device()
918 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device()
942 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device()
943 if (!dev->out_ctx) in xhci_alloc_virt_device()
947 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device()
982 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
1574 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument
1580 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy()
1596 struct xhci_container_ctx *out_ctx) in xhci_slot_copy() argument
1602 out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx); in xhci_slot_copy()
Dxhci-ring.c569 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_find_new_dequeue_state()
1076 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in handle_set_deq_completion()
1077 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in handle_set_deq_completion()
1885 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1993 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2340 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2932 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
3045 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3815 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()
Dxhci.h905 struct xhci_container_ctx *out_ctx; member
1664 struct xhci_container_ctx *out_ctx,
1668 struct xhci_container_ctx *out_ctx);