/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_enc_cfg.c | 87 for (i = 0; i < state->stream_count; i++) { in get_stream_using_link_enc() 148 for (i = 0; i < state->stream_count; i++) { in add_link_enc_assignment() 165 ASSERT(i != state->stream_count); in add_link_enc_assignment() 288 uint8_t stream_count) in link_enc_cfg_link_encs_assign() argument 294 ASSERT(state->stream_count == stream_count); in link_enc_cfg_link_encs_assign() 298 for (i = 0; i < dc->current_state->stream_count; i++) in link_enc_cfg_link_encs_assign() 305 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign() 325 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign() 335 for (j = 0; j < prev_state->stream_count; j++) { in link_enc_cfg_link_encs_assign() 351 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign() [all …]
|
D | dc_link.c | 866 for (i = 0; i < dc->current_state->stream_count; i++) { in should_prepare_phy_clocks_for_link_verification() 1988 for (i = 0; i < state->stream_count; i++) { in enable_link_dp() 2639 link->mst_stream_alloc_table.stream_count == 0) { in disable_link() 2651 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link() 3533 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table() 3534 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table() 3537 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table() 3539 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table() 3553 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table() 3564 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table() [all …]
|
D | dc.c | 177 for (i = 0; i < ctx->stream_count; i++) in get_seamless_boot_stream_count() 1094 for (j = 0; j < context->stream_count; j++) { in disable_dangling_plane() 1101 dc->current_state->stream_count != context->stream_count) in disable_dangling_plane() 1508 if (context->stream_count != dc->current_state->stream_count) in context_changed() 1511 for (i = 0; i < dc->current_state->stream_count; i++) { in context_changed() 1682 uint8_t stream_count) in dc_enable_stereo() argument 1695 for (j = 0; pipe && j < stream_count; j++) { in dc_enable_stereo() 1705 if (context->stream_count > 1 && !dc->debug.disable_timing_sync) { in dc_trigger_sync() 1762 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check() 1770 if (context->stream_count > get_seamless_boot_stream_count(context) || in dc_commit_state_no_check() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource_helpers.c | 229 for (i = 0; i < context->stream_count; i++) { in dcn32_mpo_in_use() 289 uint8_t stream_count = 0; in dcn32_determine_det_override() local 291 for (i = 0; i < context->stream_count; i++) { in dcn32_determine_det_override() 294 stream_count++; in dcn32_determine_det_override() 298 if (stream_count > 0) { in dcn32_determine_det_override() 299 stream_segments = 18 / stream_count; in dcn32_determine_det_override() 300 for (i = 0; i < context->stream_count; i++) { in dcn32_determine_det_override()
|
/linux-6.1.9/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 435 if (csi2->stream_count != !enable) in csi2_s_stream() 447 csi2->stream_count += enable ? 1 : -1; in csi2_s_stream() 448 if (csi2->stream_count < 0) in csi2_s_stream() 449 csi2->stream_count = 0; in csi2_s_stream() 539 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-6.1.9/sound/pci/mixart/ |
D | mixart_core.h | 152 u32 stream_count; member 173 u32 stream_count; member 220 u32 stream_count; /* set to 1 for instance */ member 264 u32 stream_count; member 403 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-6.1.9/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-6.1.9/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-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_mst_types.c | 900 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_link() 1033 for (i = 0; i < dc_state->stream_count; i++) { in is_dsc_need_re_compute() 1079 for (i = 0; i < dc->current_state->stream_count; i++) { in is_dsc_need_re_compute() 1118 for (i = 0; i < dc_state->stream_count; i++) in compute_mst_dsc_configs_for_state() 1121 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state() 1150 for (j = 0; j < dc_state->stream_count; j++) { in compute_mst_dsc_configs_for_state() 1156 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state() 1179 for (i = 0; i < dc_state->stream_count; i++) in pre_compute_mst_dsc_configs_for_state() 1182 for (i = 0; i < dc_state->stream_count; i++) { in pre_compute_mst_dsc_configs_for_state() 1208 for (j = 0; j < dc_state->stream_count; j++) { in pre_compute_mst_dsc_configs_for_state() [all …]
|
D | amdgpu_dm_helpers.c | 134 int current_hw_table_stream_cnt = copy_of_link_table.stream_count; in fill_dc_mst_payload_table_from_drm() 144 for (i = 0; i < copy_of_link_table.stream_count; i++) { in fill_dc_mst_payload_table_from_drm() 154 ASSERT(i != copy_of_link_table.stream_count); in fill_dc_mst_payload_table_from_drm() 162 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm() 165 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm()
|
/linux-6.1.9/drivers/media/platform/samsung/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-6.1.9/drivers/media/platform/renesas/ |
D | rcar-isp.c | 127 int stream_count; member 251 if (enable && isp->stream_count == 0) { in risp_s_stream() 255 } else if (!enable && isp->stream_count == 1) { in risp_s_stream() 259 isp->stream_count += enable ? 1 : -1; in risp_s_stream()
|
/linux-6.1.9/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()
|
D | camss-vfe-480.c | 358 if (!vfe->stream_count) in vfe_enable() 361 vfe->stream_count++; in vfe_enable() 383 vfe->stream_count--; in vfe_enable() 406 vfe->stream_count--; in vfe_disable()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_link_encoder.c | 296 if (table->stream_count >= 1) { in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 310 if (table->stream_count >= 2) { in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 324 if (table->stream_count >= 3) { in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 338 if (table->stream_count >= 4) { in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
|
/linux-6.1.9/drivers/media/platform/xilinx/ |
D | xilinx-dma.h | 42 unsigned int stream_count; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | link_enc_cfg.h | 61 uint8_t stream_count);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/link/ |
D | link_hwss_dpia.c | 42 for (i = 0; i < table->stream_count; i++) in update_dpia_stream_allocation_table()
|