Searched refs:in_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci.c | 1291 command->in_ctx = xhci->devs[slot_id]->in_ctx; in xhci_check_maxpacket() 1292 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_maxpacket() 1300 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx, in xhci_check_maxpacket() 1303 ep_ctx = xhci_get_ep_ctx(xhci, command->in_ctx, ep_index); in xhci_check_maxpacket() 1311 xhci_dbg_ctx(xhci, command->in_ctx, ep_index); in xhci_check_maxpacket() 1658 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1681 in_ctx = xhci->devs[udev->slot_id]->in_ctx; in xhci_drop_endpoint() 1683 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_drop_endpoint() 1739 struct xhci_container_ctx *in_ctx; in xhci_add_endpoint() local 1769 in_ctx = virt_dev->in_ctx; in xhci_add_endpoint() [all …]
|
D | xhci-mem.c | 958 if (dev->in_ctx) in xhci_free_virt_device() 959 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device() 993 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device() 994 if (!dev->in_ctx) in xhci_alloc_virt_device() 998 (unsigned long long)dev->in_ctx->dma); in xhci_alloc_virt_device() 1044 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx() 1104 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev() 1105 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev() 1415 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_init() 1522 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_zero() [all …]
|
D | xhci.h | 736 struct xhci_container_ctx *in_ctx; member 936 struct xhci_container_ctx *in_ctx; member 1703 struct xhci_container_ctx *in_ctx, 1707 struct xhci_container_ctx *in_ctx, 1711 struct xhci_container_ctx *in_ctx,
|
D | xhci-ring.c | 1073 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep() 1122 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep()
|
/linux-4.1.27/sound/usb/ |
D | endpoint.c | 1053 struct snd_urb_ctx *in_ctx; in snd_usb_handle_sync_urb() local 1056 in_ctx = urb->context; in snd_usb_handle_sync_urb() 1059 for (i = 0; i < in_ctx->packets; i++) in snd_usb_handle_sync_urb() 1083 out_packet->packets = in_ctx->packets; in snd_usb_handle_sync_urb() 1084 for (i = 0; i < in_ctx->packets; i++) { in snd_usb_handle_sync_urb()
|