Home
last modified time | relevance | path

Searched refs:in_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci.c1421 command->in_ctx = xhci->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1422 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_maxpacket()
1430 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
1433 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); in xhci_check_maxpacket()
1736 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1759 in_ctx = xhci->devs[udev->slot_id]->in_ctx; in xhci_drop_endpoint()
1761 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_drop_endpoint()
1821 struct xhci_container_ctx *in_ctx; in xhci_add_endpoint() local
1852 in_ctx = virt_dev->in_ctx; in xhci_add_endpoint()
1853 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_add_endpoint()
[all …]
Dxhci-trace.h180 __field(unsigned long long, in_ctx)
188 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
195 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
211 __field(unsigned long long, in_ctx)
221 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
231 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
Dxhci-mem.c919 if (dev->in_ctx) in xhci_free_virt_device()
920 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device()
997 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
998 if (!dev->in_ctx) in xhci_alloc_virt_device()
1002 (unsigned long long)dev->in_ctx->dma); in xhci_alloc_virt_device()
1032 if (dev->in_ctx) in xhci_alloc_virt_device()
1033 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_alloc_virt_device()
1049 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1108 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
1109 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
[all …]
Dxhci-mtk-sch.c610 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_mtk_add_ep_quirk()
611 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_mtk_add_ep_quirk()
679 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_mtk_drop_ep_quirk()
Dxhci.h803 struct xhci_container_ctx *in_ctx; member
1009 struct xhci_container_ctx *in_ctx; member
1985 struct xhci_container_ctx *in_ctx,
1989 struct xhci_container_ctx *in_ctx,
1993 struct xhci_container_ctx *in_ctx,
Dxhci-ring.c1162 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1221 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep()
/Linux-v5.4/sound/usb/
Dendpoint.c1097 struct snd_urb_ctx *in_ctx; in snd_usb_handle_sync_urb() local
1100 in_ctx = urb->context; in snd_usb_handle_sync_urb()
1103 for (i = 0; i < in_ctx->packets; i++) in snd_usb_handle_sync_urb()
1127 out_packet->packets = in_ctx->packets; in snd_usb_handle_sync_urb()
1128 for (i = 0; i < in_ctx->packets; i++) { in snd_usb_handle_sync_urb()