/Linux-v5.15/sound/firewire/dice/ |
D | dice-extension.c | 60 u32 base_offset, unsigned int stream_count, in read_stream_entries() argument 70 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.15/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_enc_cfg.c | 81 for (i = 0; i < state->stream_count; i++) { in update_link_enc_assignment() 139 for (i = 0; i < state->stream_count; i++) { in get_stream_using_link_enc() 174 uint8_t stream_count) in link_enc_cfg_link_encs_assign() argument 180 for (i = 0; i < stream_count; i++) in link_enc_cfg_link_encs_assign() 184 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign() 201 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign() 254 for (i = 0; i < state->stream_count; i++) { in link_enc_cfg_get_link_using_link_enc() 284 for (i = 0; i < state->stream_count; i++) { in link_enc_cfg_get_link_enc_used_by_link()
|
D | dc.c | 175 for (i = 0; i < ctx->stream_count; i++) in get_seamless_boot_stream_count() 975 for (j = 0; j < context->stream_count; j++) { in disable_dangling_plane() 1343 if (context->stream_count != dc->current_state->stream_count) in context_changed() 1346 for (i = 0; i < dc->current_state->stream_count; i++) { in context_changed() 1504 uint8_t stream_count) in dc_enable_stereo() argument 1517 for (j = 0; pipe && j < stream_count; j++) { in dc_enable_stereo() 1527 if (context->stream_count > 1 && !dc->debug.disable_timing_sync) { in dc_trigger_sync() 1576 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check() 1584 if (context->stream_count > get_seamless_boot_stream_count(context) || in dc_commit_state_no_check() 1585 context->stream_count == 0) in dc_commit_state_no_check() [all …]
|
D | dc_resource.c | 1352 for (i = 0; i < context->stream_count; i++) in dc_add_plane_to_context() 1436 for (i = 0; i < context->stream_count; i++) in dc_remove_plane_from_context() 1507 for (i = 0; i < context->stream_count; i++) in dc_rem_all_planes_for_stream() 1755 if (new_ctx->stream_count >= dc->res_pool->timing_generator_count) { in dc_add_stream_to_ctx() 1760 new_ctx->streams[new_ctx->stream_count] = stream; in dc_add_stream_to_ctx() 1762 new_ctx->stream_count++; in dc_add_stream_to_ctx() 1824 for (i = 0; i < new_ctx->stream_count; i++) in dc_remove_stream_from_ctx() 1834 new_ctx->stream_count--; in dc_remove_stream_from_ctx() 1837 for (; i < new_ctx->stream_count; i++) { in dc_remove_stream_from_ctx() 1842 new_ctx->streams[new_ctx->stream_count] = NULL; in dc_remove_stream_from_ctx() [all …]
|
D | dc_link.c | 1170 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect_helper() 1205 for (i = 0; i < dc->current_state->stream_count; i++) { in dc_link_detect() 1734 for (i = 0; i < state->stream_count; i++) { in enable_link_dp() 2293 link->mst_stream_alloc_table.stream_count == 0) { in disable_link() 2304 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link() 2991 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table() 2992 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table() 2995 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table() 2997 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table() 3011 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table() [all …]
|
/Linux-v5.15/drivers/gpu/drm/etnaviv/ |
D | etnaviv_hwdb.c | 15 .stream_count = 4, 46 .stream_count = 8, 77 .stream_count = 16, 108 .stream_count = 16,
|
/Linux-v5.15/drivers/staging/media/imx/ |
D | imx-ic-prp.c | 54 int stream_count; member 170 if (priv->stream_count > 0) { in prp_set_fmt() 367 if (priv->stream_count != !enable) in prp_s_stream() 390 priv->stream_count += enable ? 1 : -1; in prp_s_stream() 391 if (priv->stream_count < 0) in prp_s_stream() 392 priv->stream_count = 0; in prp_s_stream()
|
D | imx6-mipi-csi2.c | 55 int stream_count; member 447 if (csi2->stream_count != !enable) in csi2_s_stream() 459 csi2->stream_count += enable ? 1 : -1; in csi2_s_stream() 460 if (csi2->stream_count < 0) in csi2_s_stream() 461 csi2->stream_count = 0; in csi2_s_stream() 551 if (csi2->stream_count > 0) { in csi2_set_fmt()
|
D | imx-media-vdic.c | 112 int stream_count; member 426 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() 636 if (priv->stream_count > 0) { in vdic_set_fmt()
|
D | imx-ic-prpencvf.c | 99 int stream_count; member 937 if (priv->stream_count > 0) { in prp_set_fmt() 1111 if (priv->stream_count > 0) { in prp_s_ctrl() 1186 if (priv->stream_count != !enable) in prp_s_stream() 1200 priv->stream_count += enable ? 1 : -1; in prp_s_stream() 1201 if (priv->stream_count < 0) in prp_s_stream() 1202 priv->stream_count = 0; in prp_s_stream()
|
/Linux-v5.15/sound/pci/mixart/ |
D | mixart_core.h | 151 u32 stream_count; member 172 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 | 219 int stream_count; in snd_mixart_add_ref_pipe() local 230 stream_count = MIXART_CAPTURE_STREAMS; in snd_mixart_add_ref_pipe() 238 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe() 242 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe() 268 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe() 273 for (i=0; i<stream_count; i++) { in snd_mixart_add_ref_pipe() 314 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe() 373 pipe->stream_count = 0; in snd_mixart_kill_ref_pipe() 390 stream_state_req.stream_count = 1; in mixart_set_stream_state() 567 stream_param.stream_count = 1; /* set to 1 */ in mixart_set_format()
|
/Linux-v5.15/drivers/media/mc/ |
D | mc-entity.c | 429 entity->stream_count++; in __media_pipeline_start() 442 if (entity->stream_count > 1) in __media_pipeline_start() 511 if (!WARN_ON_ONCE(entity_err->stream_count <= 0)) { in __media_pipeline_start() 512 entity_err->stream_count--; in __media_pipeline_start() 513 if (entity_err->stream_count == 0) in __media_pipeline_start() 562 if (!WARN_ON_ONCE(entity->stream_count <= 0)) { in __media_pipeline_stop() 563 entity->stream_count--; in __media_pipeline_stop() 564 if (entity->stream_count == 0) in __media_pipeline_stop() 855 (source->stream_count || sink->stream_count)) in __media_entity_setup_link()
|
/Linux-v5.15/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() 199 ASICREV_IS_VEGA20_P(dc->ctx->asic_id.hw_internal_rev) && (context->stream_count >= 2)) { in dce11_pplib_apply_display_requirements() 220 pp_display_cfg->min_dcfclock_khz = (context->stream_count > 4) ? in dce11_pplib_apply_display_requirements()
|
/Linux-v5.15/sound/pci/pcxhr/ |
D | pcxhr_hwdep.c | 157 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local 162 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.15/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 | 278 int stream_count; member 283 short stream_count; member
|
/Linux-v5.15/drivers/media/platform/qcom/camss/ |
D | camss-vfe-gen1.c | 110 if (vfe->stream_count == 1) in vfe_gen1_disable() 113 vfe->stream_count--; in vfe_gen1_disable() 344 if (!vfe->stream_count) { in vfe_gen1_enable() 351 vfe->stream_count++; in vfe_gen1_enable() 373 if (vfe->stream_count == 1) in vfe_gen1_enable() 376 vfe->stream_count--; in vfe_gen1_enable()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/ |
D | link_enc_cfg.h | 56 uint8_t stream_count);
|
D | core_types.h | 131 uint8_t stream_count); 447 uint8_t stream_count; member
|
/Linux-v5.15/drivers/media/platform/xilinx/ |
D | xilinx-dma.h | 42 unsigned int stream_count; member
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
D | clk_mgr.c | 54 for (i = 0; i < context->stream_count; i++) { in clk_mgr_helper_get_active_display_cnt() 77 for (i = 0; i < context->stream_count; i++) { in clk_mgr_helper_get_active_plane_cnt()
|
/Linux-v5.15/drivers/media/platform/vsp1/ |
D | vsp1_pipe.h | 123 unsigned int stream_count; member
|
/Linux-v5.15/drivers/gpu/drm/amd/display/include/ |
D | link_service_types.h | 191 int stream_count; member
|
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_mst_types.c | 761 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_link() 859 for (i = 0; i < dc_state->stream_count; i++) in compute_mst_dsc_configs_for_state() 862 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state() 889 for (j = 0; j < dc_state->stream_count; j++) { in compute_mst_dsc_configs_for_state() 895 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state()
|