| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | common-init.c | 174 int i, max_streams; in ath9k_cmn_setup_ht_cap() 192 max_streams = 1; in ath9k_cmn_setup_ht_cap() 194 max_streams = 2; in ath9k_cmn_setup_ht_cap() 196 max_streams = 3; in ath9k_cmn_setup_ht_cap() 198 max_streams = 2; in ath9k_cmn_setup_ht_cap() 201 if (max_streams >= 2) in ath9k_cmn_setup_ht_cap() 208 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams); in ath9k_cmn_setup_ht_cap() 209 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams); in ath9k_cmn_setup_ht_cap() 178 int i, max_streams; ath9k_cmn_setup_ht_cap() local
|
| /linux/drivers/media/platform/cadence/ |
| H A D | cdns-csi2rx.c | 142 u8 max_streams; 262 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_reset() 271 for (i = 0; i < csi2rx->max_streams; i++) in csi2rx_configure_ext_dphy() 397 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start() 422 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_start() 837 csi2rx->max_streams = (dev_cfg >> 4) & 7; in csi2rx_probe() 838 if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) { in csi2rx_probe() 840 csi2rx->max_streams); in csi2rx_probe() 855 for (i = 0; i < csi2rx->max_streams; i++) { in csi2rx_probe() 1000 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams, 147 u8 max_streams; global() member [all...] |
| H A D | cdns-csi2tx.c | 118 unsigned int max_streams; member 472 csi2tx->max_streams = (dev_cfg & CSI2TX_DEVICE_CONFIG_STREAMS_MASK) >> 4; in csi2tx_get_resources() 473 if (csi2tx->max_streams > CSI2TX_STREAMS_MAX) { in csi2tx_get_resources() 475 csi2tx->max_streams); in csi2tx_get_resources() 481 for (i = 0; i < csi2tx->max_streams; i++) { in csi2tx_get_resources() 627 csi2tx->num_lanes, csi2tx->max_lanes, csi2tx->max_streams, in csi2tx_probe()
|
| /linux/tools/testing/selftests/zram/ |
| H A D | zram_lib.sh | 136 local max_streams=$(cat $sys_path) 138 [ "$max_s" -ne "$max_streams" ] && \ 142 echo "$sys_path = '$max_streams'"
|
| /linux/sound/soc/intel/atom/sst/ |
| H A D | sst_pvt.c | 323 if (str_id <= 0 || str_id > sst_drv_ctx->info.max_streams) { in sst_validate_strid() 326 str_id, sst_drv_ctx->info.max_streams); in sst_validate_strid() 346 for (i = 1; i <= sst_drv_ctx->info.max_streams; i++) in get_stream_id_mrfld()
|
| H A D | sst.c | 305 ctx->info.max_streams); in sst_context_init() 307 for (i = 1; i <= ctx->info.max_streams; i++) { in sst_context_init() 440 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_suspend() 556 for (i = 1; i <= ctx->info.max_streams; i++) { in intel_sst_resume()
|
| H A D | sst_acpi.c | 58 .max_streams = 25,
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 1067 ep->ep.max_streams = 16; in init_dummy_udc_hw() 1214 int max_streams; in get_max_streams_for_pipe() local 1216 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in get_max_streams_for_pipe() 1218 max_streams >>= 4; in get_max_streams_for_pipe() 1220 max_streams &= 0xf; in get_max_streams_for_pipe() 1221 max_streams++; in get_max_streams_for_pipe() 1222 return max_streams; in get_max_streams_for_pipe() 1228 int max_streams; in set_max_streams_for_pipe() local 1231 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in set_max_streams_for_pipe() 1234 max_streams &= 0xf; in set_max_streams_for_pipe() [all …]
|
| H A D | tegra-xudc.c | 3180 ep->usb_ep.max_streams = 16; in tegra_xudc_alloc_ep()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-fw-isys.c | 230 unsigned int max_streams; in ipu6_isys_fwcom_cfg_init() local 234 max_streams = isys->pdata->ipdata->max_streams; in ipu6_isys_fwcom_cfg_init() 238 num_in_message_queues = clamp(num_streams, 1U, max_streams); in ipu6_isys_fwcom_cfg_init()
|
| H A D | ipu6.h | 312 u32 max_streams; member
|
| /linux/arch/x86/include/asm/ |
| H A D | platform_sst_audio.h | 87 unsigned int max_streams; member
|
| /linux/include/uapi/linux/usb/ |
| H A D | raw_gadget.h | 137 __u16 max_streams; member
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.c | 1653 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints() 1659 if (max_streams < STREAM_LOG_STREAMS) { in cdnsp_gadget_init_endpoints() 1661 max_streams); in cdnsp_gadget_init_endpoints() 1665 max_streams = STREAM_LOG_STREAMS; in cdnsp_gadget_init_endpoints() 1707 pep->endpoint.max_streams = max_streams; in cdnsp_gadget_init_endpoints() 1636 int max_streams = HCC_MAX_PSA(pdev->hcc_params); cdnsp_gadget_init_endpoints() local
|
| H A D | cdns3-gadget.c | 3217 priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS; in cdns3_init_eps()
|
| /linux/drivers/usb/host/ |
| H A D | xhci.c | 3500 unsigned int max_streams; in xhci_calculate_streams_entries() 3510 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries() 3511 if (*num_stream_ctxs > max_streams) { in xhci_calculate_streams_entries() 3513 max_streams); in xhci_calculate_streams_entries() 3514 *num_stream_ctxs = max_streams; in xhci_calculate_streams_entries() 3515 *num_streams = max_streams; in xhci_calculate_streams_entries() 3528 unsigned int max_streams; in xhci_calculate_streams_and_bitmask() 3539 max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp); in xhci_calculate_streams_and_bitmask() 3540 if (max_streams < (*num_streams - 1)) { in xhci_calculate_streams_and_bitmask() 3543 max_streams); in xhci_calculate_streams_and_bitmask() 3503 unsigned int max_streams; xhci_calculate_streams_entries() local 3531 unsigned int max_streams; xhci_calculate_streams_and_bitmask() local [all...] |
| /linux/include/linux/usb/ |
| H A D | gadget.h | 246 u16 max_streams; member
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_windsor.c | 83 u32 max_streams; member 1179 return iface->max_streams; in vpu_windsor_get_max_instance_count()
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_dev.c | 541 ep->ep.max_streams = 16; in init_vudc_hw()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 1244 limits->max_streams = ep->max_streams; in fill_ep_limits()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | dwc3.rst | 671 __entry->maxpacket_limit, __entry->max_streams,
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 355 uint32_t max_streams; 304 uint32_t max_streams; global() member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 5635 if (plane_id >= dm->dc->caps.max_streams) in amdgpu_dm_initialize_drm_device() 5712 dm->display_indexes_num = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 5725 primary_planes = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 5777 for (i = 0; i < dm->dc->caps.max_streams; i++) in amdgpu_dm_initialize_drm_device()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 1529 dc->caps.max_streams = min( in dc_create()
|