Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-trace.h804 TP_PROTO(struct cdnsp_ep *pep, int num_stream_ctxs, int num_streams),
805 TP_ARGS(pep, num_stream_ctxs, num_streams),
808 __field(int, num_stream_ctxs)
812 __entry->num_stream_ctxs = num_stream_ctxs;
816 __get_str(name), __entry->num_stream_ctxs,
Dcdnsp-mem.c529 pep->stream_info.num_stream_ctxs; in cdnsp_alloc_stream_ctx()
563 unsigned int num_stream_ctxs, in cdnsp_alloc_stream_info() argument
575 stream_info->num_stream_ctxs = num_stream_ctxs; in cdnsp_alloc_stream_info()
590 sizeof(struct cdnsp_stream_ctx) * num_stream_ctxs); in cdnsp_alloc_stream_info()
Dcdnsp-gadget.c752 max_primary_streams = fls(stream_info->num_stream_ctxs) - 2; in cdnsp_setup_streams_ep_input_ctx()
768 unsigned int num_stream_ctxs; in cdnsp_alloc_streams() local
785 num_stream_ctxs = roundup_pow_of_two(num_streams); in cdnsp_alloc_streams()
787 trace_cdnsp_stream_number(pep, num_stream_ctxs, num_streams); in cdnsp_alloc_streams()
789 ret = cdnsp_alloc_stream_info(pdev, pep, num_stream_ctxs, num_streams); in cdnsp_alloc_streams()
Dcdnsp-gadget.h776 unsigned int num_stream_ctxs; member
1498 unsigned int num_stream_ctxs,
/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c539 unsigned int num_stream_ctxs, in xhci_free_stream_ctx() argument
543 size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs; in xhci_free_stream_ctx()
567 unsigned int num_stream_ctxs, dma_addr_t *dma, in xhci_alloc_stream_ctx() argument
571 size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs; in xhci_alloc_stream_ctx()
604 unsigned int num_stream_ctxs, in xhci_alloc_stream_info() argument
617 num_streams, num_stream_ctxs); in xhci_alloc_stream_info()
630 stream_info->num_stream_ctxs = num_stream_ctxs; in xhci_alloc_stream_info()
641 num_stream_ctxs, &stream_info->ctx_array_dma, in xhci_alloc_stream_info()
646 sizeof(struct xhci_stream_ctx)*num_stream_ctxs); in xhci_alloc_stream_info()
706 stream_info->num_stream_ctxs, in xhci_alloc_stream_info()
[all …]
Dxhci-debugfs.c549 epriv->stream_info->num_stream_ctxs); in xhci_stream_context_array_show()
551 for (id = 0; id < epriv->stream_info->num_stream_ctxs; id++) { in xhci_stream_context_array_show()
Dxhci.c3397 unsigned int *num_streams, unsigned int *num_stream_ctxs) in xhci_calculate_streams_entries() argument
3402 *num_stream_ctxs = roundup_pow_of_two(*num_streams); in xhci_calculate_streams_entries()
3410 if (*num_stream_ctxs > max_streams) { in xhci_calculate_streams_entries()
3413 *num_stream_ctxs = max_streams; in xhci_calculate_streams_entries()
3521 unsigned int num_stream_ctxs; in xhci_alloc_streams() local
3589 xhci_calculate_streams_entries(xhci, &num_streams, &num_stream_ctxs); in xhci_alloc_streams()
3591 num_stream_ctxs, num_streams); in xhci_alloc_streams()
3597 num_stream_ctxs, in xhci_alloc_streams()
Dxhci.h855 unsigned int num_stream_ctxs; member
2083 unsigned int num_stream_ctxs,