Home
last modified time | relevance | path

Searched refs:max_streams (Results 1 – 25 of 31) sorted by relevance

12

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dcommon-init.c177 int i, max_streams; in ath9k_cmn_setup_ht_cap() local
195 max_streams = 1; in ath9k_cmn_setup_ht_cap()
197 max_streams = 2; in ath9k_cmn_setup_ht_cap()
199 max_streams = 3; in ath9k_cmn_setup_ht_cap()
201 max_streams = 2; in ath9k_cmn_setup_ht_cap()
204 if (max_streams >= 2) in ath9k_cmn_setup_ht_cap()
211 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap()
212 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams); in ath9k_cmn_setup_ht_cap()
/linux-5.19.10/drivers/media/platform/cadence/
Dcdns-csi2rx.c76 u8 max_streams; member
152 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start()
193 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_stop()
333 csi2rx->max_streams = (dev_cfg >> 4) & 7; in csi2rx_get_resources()
334 if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) { in csi2rx_get_resources()
336 csi2rx->max_streams); in csi2rx_get_resources()
351 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_get_resources()
464 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams, in csi2rx_probe()
Dcdns-csi2tx.c118 unsigned int max_streams; member
473 csi2tx->max_streams = (dev_cfg & CSI2TX_DEVICE_CONFIG_STREAMS_MASK) >> 4; in csi2tx_get_resources()
474 if (csi2tx->max_streams > CSI2TX_STREAMS_MAX) { in csi2tx_get_resources()
476 csi2tx->max_streams); in csi2tx_get_resources()
482 for (i = 0; i < csi2tx->max_streams; i++) { in csi2tx_get_resources()
628 csi2tx->num_lanes, csi2tx->max_lanes, csi2tx->max_streams, in csi2tx_probe()
/linux-5.19.10/tools/testing/selftests/zram/
Dzram_lib.sh136 local max_streams=$(cat $sys_path)
138 [ "$max_s" -ne "$max_streams" ] && \
142 echo "$sys_path = '$max_streams'"
/linux-5.19.10/include/uapi/linux/usb/
Dch9.h704 int max_streams; in usb_ss_max_streams() local
709 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
711 if (!max_streams) in usb_ss_max_streams()
714 max_streams = 1 << max_streams; in usb_ss_max_streams()
716 return max_streams; in usb_ss_max_streams()
Draw_gadget.h127 __u16 max_streams; member
/linux-5.19.10/drivers/usb/gadget/udc/
Dtrace.h146 __field(unsigned, max_streams)
158 __entry->max_streams = ep->max_streams;
168 __entry->max_streams, __entry->mult, __entry->maxburst,
Ddummy_hcd.c1059 ep->ep.max_streams = 16; in init_dummy_udc_hw()
1207 int max_streams; in get_max_streams_for_pipe() local
1209 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in get_max_streams_for_pipe()
1211 max_streams >>= 4; in get_max_streams_for_pipe()
1213 max_streams &= 0xf; in get_max_streams_for_pipe()
1214 max_streams++; in get_max_streams_for_pipe()
1215 return max_streams; in get_max_streams_for_pipe()
1221 int max_streams; in set_max_streams_for_pipe() local
1224 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in set_max_streams_for_pipe()
1227 max_streams &= 0xf; in set_max_streams_for_pipe()
[all …]
Dcore.c994 if (num_req_streams > ep->max_streams) in usb_gadget_ep_match_desc()
/linux-5.19.10/drivers/usb/dwc3/
Dtrace.h297 __field(unsigned int, max_streams)
308 __entry->max_streams = dep->endpoint.max_streams;
317 __entry->maxpacket_limit, __entry->max_streams,
/linux-5.19.10/sound/soc/intel/atom/sst/
Dsst_pvt.c357 if (str_id <= 0 || str_id > sst_drv_ctx->info.max_streams) { in sst_validate_strid()
360 str_id, sst_drv_ctx->info.max_streams); in sst_validate_strid()
380 for (i = 1; i <= sst_drv_ctx->info.max_streams; i++) in get_stream_id_mrfld()
Dsst.c299 ctx->info.max_streams); in sst_context_init()
301 for (i = 1; i <= ctx->info.max_streams; i++) { in sst_context_init()
434 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_suspend()
550 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_resume()
Dsst_acpi.c58 .max_streams = 25,
/linux-5.19.10/arch/x86/include/asm/
Dplatform_sst_audio.h87 unsigned int max_streams; member
/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-trace.h471 __field(unsigned int, max_streams)
483 __entry->max_streams = priv_ep->endpoint.max_streams;
494 __entry->maxpacket_limit, __entry->max_streams,
Dcdnsp-gadget.c1603 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints() local
1609 if (max_streams < STREAM_LOG_STREAMS) { in cdnsp_gadget_init_endpoints()
1611 max_streams); in cdnsp_gadget_init_endpoints()
1615 max_streams = STREAM_LOG_STREAMS; in cdnsp_gadget_init_endpoints()
1657 pep->endpoint.max_streams = max_streams; in cdnsp_gadget_init_endpoints()
/linux-5.19.10/drivers/usb/gadget/function/
Df_tcm.c789 static void uasp_setup_stream_res(struct f_uas *fu, int max_streams) in uasp_setup_stream_res() argument
793 for (i = 0; i < max_streams; i++) { in uasp_setup_stream_res()
806 int max_streams; in uasp_prepare_reqs() local
809 max_streams = UASP_SS_EP_COMP_NUM_STREAMS; in uasp_prepare_reqs()
811 max_streams = 1; in uasp_prepare_reqs()
813 for (i = 0; i < max_streams; i++) { in uasp_prepare_reqs()
822 uasp_setup_stream_res(fu, max_streams); in uasp_prepare_reqs()
/linux-5.19.10/drivers/usb/host/
Dxhci.c3392 unsigned int max_streams; in xhci_calculate_streams_entries() local
3402 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
3403 if (*num_stream_ctxs > max_streams) { in xhci_calculate_streams_entries()
3405 max_streams); in xhci_calculate_streams_entries()
3406 *num_stream_ctxs = max_streams; in xhci_calculate_streams_entries()
3407 *num_streams = max_streams; in xhci_calculate_streams_entries()
3420 unsigned int max_streams; in xhci_calculate_streams_and_bitmask() local
3431 max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp); in xhci_calculate_streams_and_bitmask()
3432 if (max_streams < (*num_streams - 1)) { in xhci_calculate_streams_and_bitmask()
3435 max_streams); in xhci_calculate_streams_and_bitmask()
[all …]
/linux-5.19.10/include/linux/usb/
Dgadget.h237 unsigned max_streams:16; member
/linux-5.19.10/drivers/media/platform/amphion/
Dvpu_windsor.c85 u32 max_streams; member
1172 return iface->max_streams; in vpu_windsor_get_max_instance_count()
Dvpu_malone.c252 u32 max_streams; member
1649 return iface->max_streams; in vpu_malone_get_max_instance_count()
/linux-5.19.10/drivers/usb/usbip/
Dvudc_dev.c542 ep->ep.max_streams = 16; in init_vudc_hw()
/linux-5.19.10/drivers/usb/gadget/legacy/
Draw_gadget.c1190 limits->max_streams = ep->max_streams; in fill_ep_limits()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/
Ddc.h166 uint32_t max_streams; member
/linux-5.19.10/Documentation/driver-api/usb/
Ddwc3.rst671 __entry->maxpacket_limit, __entry->max_streams,

12