Searched refs:in_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 474 pdev->in_ctx.type = CDNSP_CTX_TYPE_INPUT; in cdnsp_init_device_ctx() 475 pdev->in_ctx.ctx_size = pdev->out_ctx.ctx_size; in cdnsp_init_device_ctx() 476 pdev->in_ctx.size = size + pdev->out_ctx.ctx_size; in cdnsp_init_device_ctx() 477 pdev->in_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx() 478 &pdev->in_ctx.dma); in cdnsp_init_device_ctx() 480 if (!pdev->in_ctx.bytes) { in cdnsp_init_device_ctx() 676 if (pdev->in_ctx.bytes) in cdnsp_free_priv_device() 677 dma_pool_free(pdev->device_pool, pdev->in_ctx.bytes, in cdnsp_free_priv_device() 678 pdev->in_ctx.dma); in cdnsp_free_priv_device() 684 pdev->in_ctx.bytes = NULL; in cdnsp_free_priv_device() [all …]
|
| H A D | cdnsp-gadget.c | 476 ctrl_ctx = cdnsp_get_input_control_ctx(&pdev->in_ctx); in cdnsp_zero_in_ctx() 486 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx); in cdnsp_zero_in_ctx() 492 ep_ctx = cdnsp_get_ep_ctx(&pdev->in_ctx, i); in cdnsp_zero_in_ctx() 505 cdnsp_queue_configure_endpoint(pdev, pdev->cmd.in_ctx->dma); in cdnsp_configure_endpoint() 690 ctrl_ctx = cdnsp_get_input_control_ctx(&pdev->in_ctx); in cdnsp_update_eps_configuration() 701 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx); in cdnsp_update_eps_configuration() 740 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx); in cdnsp_reset_device() 839 cdnsp_setup_streams_ep_input_ctx(pdev, pep->in_ctx, &pep->stream_info); in cdnsp_alloc_streams() 862 memset(pdev->in_ctx.bytes, 0, CDNSP_CTX_SIZE); in cdnsp_disable_slot() 922 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx); in cdnsp_setup_device() [all …]
|
| /linux/drivers/usb/host/ |
| H A D | xhci-trace.h | 168 __field(unsigned long long, in_ctx) 175 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma; 181 __entry->vdev, __entry->slot_id, __entry->in_ctx, 197 __field(unsigned long long, in_ctx) 207 __entry->in_ctx = (unsigned long long) vdev->in_ctx->dma; 217 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
|
| H A D | xhci-mtk-sch.c | 922 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in add_ep_quirk() 994 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_mtk_check_bandwidth()
|
| /linux/sound/usb/ |
| H A D | endpoint.c | 1779 struct snd_urb_ctx *in_ctx; in snd_usb_handle_sync_urb() local 1782 in_ctx = urb->context; in snd_usb_handle_sync_urb() 1785 for (i = 0; i < in_ctx->packets; i++) in snd_usb_handle_sync_urb() 1827 out_packet->packets = in_ctx->packets; in snd_usb_handle_sync_urb() 1828 for (i = 0; i < in_ctx->packets; i++) { in snd_usb_handle_sync_urb()
|