/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 177 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/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/include/uapi/linux/usb/ |
H A D | ch9.h | 708 int max_streams; in usb_ss_max_streams() local 713 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() 715 if (!max_streams) in usb_ss_max_streams() 718 max_streams = 1 << max_streams; in usb_ss_max_streams() 720 return max_streams; in usb_ss_max_streams()
|
H A D | raw_gadget.h | 137 __u16 max_streams; member
|
/linux/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 357 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()
|
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 | 57 .max_streams = 25,
|
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1062 ep->ep.max_streams = 16; in init_dummy_udc_hw() 1209 int max_streams; in get_max_streams_for_pipe() local 1211 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in get_max_streams_for_pipe() 1213 max_streams >>= 4; in get_max_streams_for_pipe() 1215 max_streams &= 0xf; in get_max_streams_for_pipe() 1216 max_streams++; in get_max_streams_for_pipe() 1217 return max_streams; in get_max_streams_for_pipe() 1223 int max_streams; in set_max_streams_for_pipe() local 1226 max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)]; in set_max_streams_for_pipe() 1229 max_streams &= 0xf; in set_max_streams_for_pipe() [all …]
|
H A D | core.c | 1073 if (num_req_streams > ep->max_streams) in usb_gadget_ep_match_desc()
|
/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
|
H A D | ipu6.c | 301 isys_ipdata.max_streams = IPU6_ISYS_NUM_STREAMS; in ipu6_internal_pdata_init() 360 isys_ipdata.max_streams = IPU6SE_ISYS_NUM_STREAMS; in ipu6_internal_pdata_init()
|
/linux/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 87 unsigned int max_streams; member
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 1598 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints() local 1604 if (max_streams < STREAM_LOG_STREAMS) { in cdnsp_gadget_init_endpoints() 1606 max_streams); in cdnsp_gadget_init_endpoints() 1610 max_streams = STREAM_LOG_STREAMS; in cdnsp_gadget_init_endpoints() 1652 pep->endpoint.max_streams = max_streams; in cdnsp_gadget_init_endpoints()
|
H A D | cdns3-gadget.c | 3202 priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS; in cdns3_init_eps()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 789 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/include/linux/usb/ |
H A D | gadget.h | 243 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()
|
H A D | vpu_malone.c | 247 u32 max_streams; member 1716 return iface->max_streams; in vpu_malone_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/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 | 236 uint32_t max_streams; member
|
/linux/drivers/usb/dwc3/ |
H A D | gadget.c | 3243 dep->endpoint.max_streams = 16; in dwc3_gadget_init_in_endpoint() 3290 dep->endpoint.max_streams = 16; in dwc3_gadget_init_out_endpoint()
|
/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 1984 ep->usb_ep.max_streams = 0; in init_ep()
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 4819 if (plane_id >= dm->dc->caps.max_streams) in initialize_plane() 4887 dm->display_indexes_num = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 4900 primary_planes = dm->dc->caps.max_streams; in amdgpu_dm_initialize_drm_device() 4952 for (i = 0; i < dm->dc->caps.max_streams; i++) in amdgpu_dm_initialize_drm_device()
|