Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.c1435 command->in_ctx = xhci->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1436 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_maxpacket()
1444 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
1447 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); in xhci_check_maxpacket()
1751 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1774 in_ctx = xhci->devs[udev->slot_id]->in_ctx; in xhci_drop_endpoint()
1776 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_drop_endpoint()
1836 struct xhci_container_ctx *in_ctx; in xhci_add_endpoint() local
1867 in_ctx = virt_dev->in_ctx; in xhci_add_endpoint()
1868 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_add_endpoint()
[all …]
Dxhci-trace.h179 __field(unsigned long long, in_ctx)
187 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
194 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
210 __field(unsigned long long, in_ctx)
220 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma;
230 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
Dxhci-mem.c928 if (dev->in_ctx) in xhci_free_virt_device()
929 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device()
1006 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
1007 if (!dev->in_ctx) in xhci_alloc_virt_device()
1011 (unsigned long long)dev->in_ctx->dma); in xhci_alloc_virt_device()
1041 if (dev->in_ctx) in xhci_alloc_virt_device()
1042 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_alloc_virt_device()
1058 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1117 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
1118 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
[all …]
Dxhci-mtk-sch.c677 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_mtk_add_ep_quirk()
678 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_mtk_add_ep_quirk()
723 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); in xhci_mtk_drop_ep_quirk()
778 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_mtk_check_bandwidth()
Dxhci.h806 struct xhci_container_ctx *in_ctx; member
1013 struct xhci_container_ctx *in_ctx; member
2008 struct xhci_container_ctx *in_ctx,
2012 struct xhci_container_ctx *in_ctx,
2016 struct xhci_container_ctx *in_ctx,
Dxhci-ring.c1264 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1322 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dqos.c33 void *in_ctx; in UVERBS_HANDLER() local
52 in_ctx = uverbs_attr_get_alloced_ptr(attrs, in UVERBS_HANDLER()
56 memcpy(rl_raw, in_ctx, inlen); in UVERBS_HANDLER()
/kernel/linux/linux-5.10/sound/usb/
Dendpoint.c1313 struct snd_urb_ctx *in_ctx; in snd_usb_handle_sync_urb() local
1316 in_ctx = urb->context; in snd_usb_handle_sync_urb()
1319 for (i = 0; i < in_ctx->packets; i++) in snd_usb_handle_sync_urb()
1343 out_packet->packets = in_ctx->packets; in snd_usb_handle_sync_urb()
1344 for (i = 0; i < in_ctx->packets; i++) { in snd_usb_handle_sync_urb()