| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | common-init.c | 177 	int i, max_streams;  in ath9k_cmn_setup_ht_cap()  local195 		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-v5.4/drivers/media/platform/cadence/ | 
| D | cdns-csi2rx.c | 76 	u8				max_streams;  member153 	for (i = 0; i < csi2rx->max_streams; i++) {  in csi2rx_start()
 194 	for (i = 0; i < csi2rx->max_streams; i++) {  in csi2rx_stop()
 330 	csi2rx->max_streams = (dev_cfg >> 4) & 7;  in csi2rx_get_resources()
 331 	if (csi2rx->max_streams > CSI2RX_STREAMS_MAX) {  in csi2rx_get_resources()
 333 			csi2rx->max_streams);  in csi2rx_get_resources()
 348 	for (i = 0; i < csi2rx->max_streams; i++) {  in csi2rx_get_resources()
 465 		 csi2rx->num_lanes, csi2rx->max_lanes, csi2rx->max_streams,  in csi2rx_probe()
 
 | 
| D | cdns-csi2tx.c | 117 	unsigned int			max_streams;  member468 	csi2tx->max_streams = (dev_cfg & CSI2TX_DEVICE_CONFIG_STREAMS_MASK) >> 4;  in csi2tx_get_resources()
 469 	if (csi2tx->max_streams > CSI2TX_STREAMS_MAX) {  in csi2tx_get_resources()
 471 			csi2tx->max_streams);  in csi2tx_get_resources()
 477 	for (i = 0; i < csi2tx->max_streams; i++) {  in csi2tx_get_resources()
 623 		 csi2tx->num_lanes, csi2tx->max_lanes, csi2tx->max_streams,  in csi2tx_probe()
 
 | 
| /Linux-v5.4/tools/testing/selftests/zram/ | 
| D | zram_lib.sh | 95 		local max_streams=$(cat $sys_path)97 		[ "$max_s" -ne "$max_streams" ] && \
 101 		echo "$sys_path = '$max_streams' ($i/$dev_num)"
 
 | 
| /Linux-v5.4/include/uapi/linux/usb/ | 
| D | ch9.h | 697 	int		max_streams;  in usb_ss_max_streams()  local702 	max_streams = comp->bmAttributes & 0x1f;  in usb_ss_max_streams()
 704 	if (!max_streams)  in usb_ss_max_streams()
 707 	max_streams = 1 << max_streams;  in usb_ss_max_streams()
 709 	return max_streams;  in usb_ss_max_streams()
 
 | 
| /Linux-v5.4/drivers/usb/gadget/udc/ | 
| D | trace.h | 146 		__field(unsigned, max_streams)158 		__entry->max_streams = ep->max_streams;
 168 		__entry->max_streams, __entry->mult, __entry->maxburst,
 
 | 
| D | dummy_hcd.c | 1039 		ep->ep.max_streams = 16;  in init_dummy_udc_hw()1187 	int max_streams;  in get_max_streams_for_pipe()  local
 1189 	max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)];  in get_max_streams_for_pipe()
 1191 		max_streams >>= 4;  in get_max_streams_for_pipe()
 1193 		max_streams &= 0xf;  in get_max_streams_for_pipe()
 1194 	max_streams++;  in get_max_streams_for_pipe()
 1195 	return max_streams;  in get_max_streams_for_pipe()
 1201 	int max_streams;  in set_max_streams_for_pipe()  local
 1204 	max_streams = dum_hcd->num_stream[usb_pipeendpoint(pipe)];  in set_max_streams_for_pipe()
 1207 		max_streams &= 0xf;  in set_max_streams_for_pipe()
 [all …]
 
 | 
| D | core.c | 981 			if (num_req_streams > ep->max_streams)  in usb_gadget_ep_match_desc()
 | 
| /Linux-v5.4/drivers/usb/dwc3/ | 
| D | trace.h | 291 		__field(unsigned, max_streams)302 		__entry->max_streams = dep->endpoint.max_streams;
 311 		__entry->maxpacket_limit, __entry->max_streams,
 
 | 
| D | gadget.c | 2244 	dep->endpoint.max_streams = 15;  in dwc3_gadget_init_in_endpoint()2260 	dep->endpoint.max_streams = 15;  in dwc3_gadget_init_out_endpoint()
 
 | 
| /Linux-v5.4/sound/soc/intel/atom/sst/ | 
| D | sst_pvt.c | 358 	if (str_id <= 0 || str_id > sst_drv_ctx->info.max_streams) {  in sst_validate_strid()361 			str_id, sst_drv_ctx->info.max_streams);  in sst_validate_strid()
 381 	for (i = 1; i <= sst_drv_ctx->info.max_streams; i++)  in get_stream_id_mrfld()
 
 | 
| D | sst.c | 299 				ctx->info.max_streams);  in sst_context_init()301 	for (i = 1; i <= ctx->info.max_streams; i++) {  in sst_context_init()
 437 	for (i = 1; i <= ctx->info.max_streams; i++) {  in intel_sst_suspend()
 553 		for (i = 1; i <= ctx->info.max_streams; i++) {  in intel_sst_resume()
 
 | 
| D | sst_acpi.c | 58 	.max_streams	= 25,
 | 
| /Linux-v5.4/drivers/usb/cdns3/ | 
| D | trace.h | 400 		__field(unsigned int, max_streams)411 		__entry->max_streams = priv_ep->endpoint.max_streams;
 421 		__entry->maxpacket_limit, __entry->max_streams,
 
 | 
| D | gadget.c | 2501 			priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS;  in cdns3_init_eps()
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | platform_sst_audio.h | 89 	unsigned int max_streams;  member
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | f_tcm.c | 786 static void uasp_setup_stream_res(struct f_uas *fu, int max_streams)  in uasp_setup_stream_res()  argument790 	for (i = 0; i < max_streams; i++) {  in uasp_setup_stream_res()
 803 	int max_streams;  in uasp_prepare_reqs()  local
 806 		max_streams = UASP_SS_EP_COMP_NUM_STREAMS;  in uasp_prepare_reqs()
 808 		max_streams = 1;  in uasp_prepare_reqs()
 810 	for (i = 0; i < max_streams; i++) {  in uasp_prepare_reqs()
 819 	uasp_setup_stream_res(fu, max_streams);  in uasp_prepare_reqs()
 
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | xhci.c | 3288 	unsigned int max_streams;  in xhci_calculate_streams_entries()  local3298 	max_streams = HCC_MAX_PSA(xhci->hcc_params);  in xhci_calculate_streams_entries()
 3299 	if (*num_stream_ctxs > max_streams) {  in xhci_calculate_streams_entries()
 3301 				max_streams);  in xhci_calculate_streams_entries()
 3302 		*num_stream_ctxs = max_streams;  in xhci_calculate_streams_entries()
 3303 		*num_streams = max_streams;  in xhci_calculate_streams_entries()
 3316 	unsigned int max_streams;  in xhci_calculate_streams_and_bitmask()  local
 3327 		max_streams = usb_ss_max_streams(&eps[i]->ss_ep_comp);  in xhci_calculate_streams_and_bitmask()
 3328 		if (max_streams < (*num_streams - 1)) {  in xhci_calculate_streams_and_bitmask()
 3331 					max_streams);  in xhci_calculate_streams_and_bitmask()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/usb/ | 
| D | gadget.h | 233 	unsigned		max_streams:16;  member
 | 
| /Linux-v5.4/drivers/usb/usbip/ | 
| D | vudc_dev.c | 542 		ep->ep.max_streams = 16;  in init_vudc_hw()
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/ | 
| D | dc.h | 95 	uint32_t max_streams;  member
 | 
| /Linux-v5.4/Documentation/driver-api/usb/ | 
| D | dwc3.rst | 671   	__entry->maxpacket_limit, __entry->max_streams,
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ | 
| D | amdgpu_dm.c | 2173 	if (plane_id >= dm->dc->caps.max_streams)  in initialize_plane()2240 	primary_planes = dm->dc->caps.max_streams;  in amdgpu_dm_initialize_drm_device()
 2288 	for (i = 0; i < dm->dc->caps.max_streams; i++)  in amdgpu_dm_initialize_drm_device()
 2294 	dm->display_indexes_num = dm->dc->caps.max_streams;  in amdgpu_dm_initialize_drm_device()
 
 | 
| /Linux-v5.4/drivers/usb/gadget/udc/bdc/ | 
| D | bdc_ep.c | 1975 		ep->usb_ep.max_streams = 0;  in init_ep()
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ | 
| D | dc.c | 798 	dc->caps.max_streams = min(  in dc_create()
 |