| /Linux-v5.4/sound/firewire/dice/ | 
| D | dice-extension.c | 60 			       u32 base_offset, unsigned int stream_count,  in read_stream_entries()  argument70 	for (i = 0; i < stream_count; ++i) {  in read_stream_entries()
 88 	unsigned int stream_count;  in detect_stream_formats()  local
 119 		stream_count = be32_to_cpu(reg[0]);  in detect_stream_formats()
 121 					  stream_count, mode,  in detect_stream_formats()
 127 		base_offset += stream_count * EXT_APP_STREAM_ENTRY_SIZE;  in detect_stream_formats()
 128 		stream_count = be32_to_cpu(reg[1]);  in detect_stream_formats()
 130 					  stream_count,  in detect_stream_formats()
 
 | 
| /Linux-v5.4/drivers/staging/media/imx/ | 
| D | imx-ic-prp.c | 54 	int stream_count;  member169 	if (priv->stream_count > 0) {  in prp_set_fmt()
 364 	if (priv->stream_count != !enable)  in prp_s_stream()
 387 	priv->stream_count += enable ? 1 : -1;  in prp_s_stream()
 388 	if (priv->stream_count < 0)  in prp_s_stream()
 389 		priv->stream_count = 0;  in prp_s_stream()
 
 | 
| D | imx6-mipi-csi2.c | 50 	int                     stream_count;  member379 	if (csi2->stream_count != !enable)  in csi2_s_stream()
 391 	csi2->stream_count += enable ? 1 : -1;  in csi2_s_stream()
 392 	if (csi2->stream_count < 0)  in csi2_s_stream()
 393 		csi2->stream_count = 0;  in csi2_s_stream()
 483 	if (csi2->stream_count > 0) {  in csi2_set_fmt()
 
 | 
| D | imx-media-vdic.c | 112 	int stream_count;  member426 			if (priv->stream_count > 0) {  in vdic_s_ctrl()
 501 	if (priv->stream_count != !enable)  in vdic_s_stream()
 526 	priv->stream_count += enable ? 1 : -1;  in vdic_s_stream()
 527 	if (priv->stream_count < 0)  in vdic_s_stream()
 528 		priv->stream_count = 0;  in vdic_s_stream()
 634 	if (priv->stream_count > 0) {  in vdic_set_fmt()
 
 | 
| D | imx-ic-prpencvf.c | 99 	int stream_count;  member936 	if (priv->stream_count > 0) {  in prp_set_fmt()
 1110 		if (priv->stream_count > 0) {  in prp_s_ctrl()
 1185 	if (priv->stream_count != !enable)  in prp_s_stream()
 1199 	priv->stream_count += enable ? 1 : -1;  in prp_s_stream()
 1200 	if (priv->stream_count < 0)  in prp_s_stream()
 1201 		priv->stream_count = 0;  in prp_s_stream()
 
 | 
| /Linux-v5.4/sound/pci/mixart/ | 
| D | mixart_core.h | 151 	u32 stream_count;  member172 	u32                  stream_count;  member
 219 	u32                 stream_count;  /* set to 1 for instance */  member
 256 	u32                  stream_count;  member
 395 	u32 stream_count;                         /* set to 1 (array size !) */  member
 
 | 
| D | mixart.c | 220 	int stream_count;  in snd_mixart_add_ref_pipe()  local231 		stream_count = MIXART_CAPTURE_STREAMS;  in snd_mixart_add_ref_pipe()
 239 		stream_count = MIXART_PLAYBACK_STREAMS;  in snd_mixart_add_ref_pipe()
 243 	if( (monitoring == 0) && (pipe->references >= stream_count) ) {  in snd_mixart_add_ref_pipe()
 269 		buf->sgroup_req.stream_count = stream_count;  in snd_mixart_add_ref_pipe()
 274 		for (i=0; i<stream_count; i++) {  in snd_mixart_add_ref_pipe()
 315 		pipe->stream_count = buf->sgroup_resp.stream_count;  in snd_mixart_add_ref_pipe()
 374 		pipe->stream_count = 0;  in snd_mixart_kill_ref_pipe()
 391 	stream_state_req.stream_count = 1;  in mixart_set_stream_state()
 568 	stream_param.stream_count = 1;    /* set to 1 */  in mixart_set_format()
 
 | 
| D | mixart.h | 143 	int          stream_count;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ | 
| D | dce110_clk_mgr.c | 97 	for (j = 0; j < context->stream_count; j++) {  in dce110_get_min_vblank_time_us()126 	for (j = 0; j < context->stream_count; j++) {  in dce110_fill_display_configs()
 198 	if (ASICREV_IS_VEGA20_P(dc->ctx->asic_id.hw_internal_rev) && (context->stream_count >= 2)) {  in dce11_pplib_apply_display_requirements()
 219 	pp_display_cfg->min_dcfclock_khz = (context->stream_count > 4) ?  in dce11_pplib_apply_display_requirements()
 
 | 
| /Linux-v5.4/drivers/media/mc/ | 
| D | mc-entity.c | 428 		entity->stream_count++;  in __media_pipeline_start()441 		if (entity->stream_count > 1)  in __media_pipeline_start()
 510 		if (!WARN_ON_ONCE(entity_err->stream_count <= 0)) {  in __media_pipeline_start()
 511 			entity_err->stream_count--;  in __media_pipeline_start()
 512 			if (entity_err->stream_count == 0)  in __media_pipeline_start()
 561 		if (!WARN_ON_ONCE(entity->stream_count <= 0)) {  in __media_pipeline_stop()
 562 			entity->stream_count--;  in __media_pipeline_stop()
 563 			if (entity->stream_count == 0)  in __media_pipeline_stop()
 849 	    (source->stream_count || sink->stream_count))  in __media_entity_setup_link()
 
 | 
| /Linux-v5.4/sound/pci/pcxhr/ | 
| D | pcxhr_hwdep.c | 157 	int stream_count, audio_count;  in pcxhr_dsp_allocate_pipe()  local162 		stream_count = 1;  in pcxhr_dsp_allocate_pipe()
 168 		stream_count = PCXHR_PLAYBACK_STREAMS;  in pcxhr_dsp_allocate_pipe()
 178 				  audio_count, stream_count);  in pcxhr_dsp_allocate_pipe()
 
 | 
| /Linux-v5.4/drivers/media/platform/s3c-camif/ | 
| D | camif-regs.c | 517 	camif->stream_count++;  in camif_hw_enable_capture()525 	if (camif->stream_count == 1)  in camif_hw_enable_capture()
 531 		 cfg, camif->stream_count);  in camif_hw_enable_capture()
 542 	if (WARN_ON(--(camif->stream_count) < 0))  in camif_hw_disable_capture()
 543 		camif->stream_count = 0;  in camif_hw_disable_capture()
 545 	if (camif->stream_count == 0)  in camif_hw_disable_capture()
 549 		 cfg, camif->stream_count);  in camif_hw_disable_capture()
 
 | 
| D | camif-core.h | 268 	int				stream_count;  member273 		short			stream_count;  member
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ | 
| D | dc.c | 757 		for (j = 0; j < context->stream_count; j++) {  in disable_dangling_plane()957 	if (context->stream_count != dc->current_state->stream_count)  in context_changed()
 960 	for (i = 0; i < dc->current_state->stream_count; i++) {  in context_changed()
 1028 	uint8_t stream_count)  in dc_enable_stereo()  argument
 1039 		for (j = 0 ; pipe && j < stream_count; j++)  {  in dc_enable_stereo()
 1063 	for (i = 0; i < context->stream_count; i++)  in dc_commit_state_no_check()
 1069 	for (i = 0; i < context->stream_count; i++) {  in dc_commit_state_no_check()
 1080 	for (i = 0; i < context->stream_count; i++) {  in dc_commit_state_no_check()
 1101 	if (context->stream_count > 1 && !dc->debug.disable_timing_sync) {  in dc_commit_state_no_check()
 1107 	for (i = 0; i < context->stream_count; i++) {  in dc_commit_state_no_check()
 [all …]
 
 | 
| D | dc_resource.c | 1241 	for (i = 0; i < context->stream_count; i++)  in dc_add_plane_to_context()1318 	for (i = 0; i < context->stream_count; i++)  in dc_remove_plane_from_context()
 1389 	for (i = 0; i < context->stream_count; i++)  in dc_rem_all_planes_for_stream()
 1671 	for (i = 0; i < old_context->stream_count; i++) {  in resource_is_stream_unchanged()
 1692 	if (new_ctx->stream_count >= dc->res_pool->timing_generator_count) {  in dc_add_stream_to_ctx()
 1697 	new_ctx->streams[new_ctx->stream_count] = stream;  in dc_add_stream_to_ctx()
 1699 	new_ctx->stream_count++;  in dc_add_stream_to_ctx()
 1758 	for (i = 0; i < new_ctx->stream_count; i++)  in dc_remove_stream_from_ctx()
 1768 	new_ctx->stream_count--;  in dc_remove_stream_from_ctx()
 1771 	for (; i < new_ctx->stream_count; i++) {  in dc_remove_stream_from_ctx()
 [all …]
 
 | 
| D | dc_link.c | 1026 			link->mst_stream_alloc_table.stream_count = 0;  in dc_link_detect()1468 	for (i = 0; i < state->stream_count; i++) {  in enable_link_dp()
 2167 				link->mst_stream_alloc_table.stream_count == 0) {  in disable_link()
 2177 		if (link->mst_stream_alloc_table.stream_count <= 0)  in disable_link()
 2474 	ASSERT(proposed_table->stream_count -  in update_mst_stream_alloc_table()
 2475 			link->mst_stream_alloc_table.stream_count < 2);  in update_mst_stream_alloc_table()
 2478 	for (i = 0; i < proposed_table->stream_count; i++) {  in update_mst_stream_alloc_table()
 2480 		for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) {  in update_mst_stream_alloc_table()
 2493 		if (j == link->mst_stream_alloc_table.stream_count) {  in update_mst_stream_alloc_table()
 2503 	link->mst_stream_alloc_table.stream_count =  in update_mst_stream_alloc_table()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/etnaviv/ | 
| D | etnaviv_hwdb.c | 12 		.stream_count = 16,
 | 
| D | etnaviv_gpu.h | 42 	u32 stream_count;  member
 | 
| D | etnaviv_gpu.c | 109 		*value = gpu->identity.stream_count;  in etnaviv_gpu_get_param()186 		gpu->identity.stream_count = etnaviv_field(specs[0],  in etnaviv_hw_specs()
 216 			gpu->identity.stream_count = streams;  in etnaviv_hw_specs()
 220 	if (gpu->identity.stream_count == 0) {  in etnaviv_hw_specs()
 222 			gpu->identity.stream_count = 4;  in etnaviv_hw_specs()
 224 			gpu->identity.stream_count = 1;  in etnaviv_hw_specs()
 884 			gpu->identity.stream_count);  in etnaviv_gpu_debugfs()
 
 | 
| /Linux-v5.4/drivers/media/platform/xilinx/ | 
| D | xilinx-dma.h | 42 	unsigned int stream_count;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/include/ | 
| D | link_service_types.h | 171 	int stream_count;  member
 | 
| /Linux-v5.4/drivers/media/platform/vsp1/ | 
| D | vsp1_pipe.h | 123 	unsigned int stream_count;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ | 
| D | amdgpu_dm_helpers.c | 144 	proposed_table->stream_count = 0;  in get_payload_table()160 						proposed_table->stream_count];  in get_payload_table()
 164 			proposed_table->stream_count++;  in get_payload_table()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/ | 
| D | clk_mgr.c | 52 	for (i = 0; i < context->stream_count; i++) {  in clk_mgr_helper_get_active_display_cnt()
 | 
| /Linux-v5.4/drivers/media/platform/rcar-vin/ | 
| D | rcar-csi2.c | 370 	int stream_count;  member632 	if (enable && priv->stream_count == 0) {  in rcsi2_s_stream()
 636 	} else if (!enable && priv->stream_count == 1) {  in rcsi2_s_stream()
 640 	priv->stream_count += enable ? 1 : -1;  in rcsi2_s_stream()
 1152 	priv->stream_count = 0;  in rcsi2_probe()
 
 |