Home
last modified time | relevance | path

Searched refs:stream_count (Results 1 – 25 of 74) sorted by relevance

123

/linux/sound/firewire/dice/
A Ddice-extension.c60 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/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_enc_cfg.c85 for (i = 0; i < state->stream_count; i++) { in get_stream_using_link_enc()
142 for (i = 0; i < state->stream_count; i++) { in add_link_enc_assignment()
158 ASSERT(i != state->stream_count); in add_link_enc_assignment()
230 for (i = 0; i < state->stream_count; i++) { in get_link_enc_used_by_link()
279 uint8_t stream_count) in link_enc_cfg_link_encs_assign() argument
285 ASSERT(state->stream_count == stream_count); in link_enc_cfg_link_encs_assign()
287 if (stream_count == 0) in link_enc_cfg_link_encs_assign()
291 for (i = 0; i < stream_count; i++) in link_enc_cfg_link_encs_assign()
298 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign()
318 for (i = 0; i < stream_count; i++) { in link_enc_cfg_link_encs_assign()
[all …]
A Ddc_link.c1882 for (i = 0; i < state->stream_count; i++) { in enable_link_dp()
3287 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
3320 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
3321 proposed_table->stream_count; in update_mst_stream_alloc_table()
3389 ASSERT(proposed_table.stream_count == 1); in dc_link_update_sst_payload()
3487 link->mst_stream_alloc_table.stream_count); in dc_link_allocate_mst_payload()
3516 ASSERT(proposed_table.stream_count > 0); in dc_link_allocate_mst_payload()
3669 ASSERT(proposed_table.stream_count > 0); in dc_link_reduce_mst_payload()
3729 ASSERT(proposed_table.stream_count > 0); in dc_link_increase_mst_payload()
4084 proposed_table.stream_count = state->stream_count; in fpga_dp_hpo_enable_link_and_stream()
[all …]
A Ddc.c175 for (i = 0; i < ctx->stream_count; i++) in get_seamless_boot_stream_count()
1462 if (context->stream_count != dc->current_state->stream_count) in context_changed()
1623 uint8_t stream_count) in dc_enable_stereo() argument
1695 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check()
1704 context->stream_count == 0) in dc_commit_state_no_check()
1787 context->stream_count == 0) { in dc_commit_state_no_check()
1804 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check()
1825 __func__, context->stream_count); in dc_commit_state()
2445 for (i = 0; i < ctx->stream_count; i++) { in stream_get_status()
3215 return dc->current_state->stream_count; in dc_get_current_stream_count()
[all …]
A Ddc_resource.c1393 for (i = 0; i < context->stream_count; i++) in dc_add_plane_to_context()
1477 for (i = 0; i < context->stream_count; i++) in dc_remove_plane_from_context()
1548 for (i = 0; i < context->stream_count; i++) in dc_rem_all_planes_for_stream()
1843 new_ctx->stream_count++; in dc_add_stream_to_ctx()
1914 for (i = 0; i < new_ctx->stream_count; i++) in dc_remove_stream_from_ctx()
1924 new_ctx->stream_count--; in dc_remove_stream_from_ctx()
1927 for (; i < new_ctx->stream_count; i++) { in dc_remove_stream_from_ctx()
1947 for (i = 0; i < context->stream_count; i++) { in find_pll_sharable_stream()
2198 for (i = 0; i < context->stream_count; i++) in resource_map_pool_resources()
2266 for (i = 0; i < new_ctx->stream_count; i++) { in dc_validate_global_state()
[all …]
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_hwdb.c15 .stream_count = 4,
46 .stream_count = 8,
77 .stream_count = 16,
108 .stream_count = 16,
/linux/drivers/staging/media/imx/
A Dimx-ic-prp.c54 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()
A Dimx6-mipi-csi2.c55 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()
A Dimx-media-vdic.c112 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()
A Dimx-ic-prpencvf.c99 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/sound/pci/mixart/
A Dmixart_core.h151 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
A Dmixart.c219 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/drivers/media/mc/
A Dmc-entity.c429 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/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
A Ddce110_clk_mgr.c97 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/sound/pci/pcxhr/
A Dpcxhr_hwdep.c157 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/drivers/media/platform/s3c-camif/
A Dcamif-regs.c517 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()
A Dcamif-core.h278 int stream_count; member
283 short stream_count; member
/linux/drivers/media/platform/qcom/camss/
A Dcamss-vfe-gen1.c110 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()
A Dcamss-vfe-170.c558 if (!vfe->stream_count) in vfe_enable()
561 vfe->stream_count++; in vfe_enable()
583 vfe->stream_count--; in vfe_enable()
606 vfe->stream_count--; in vfe_disable()
/linux/drivers/media/platform/
A Drcar-isp.c107 int stream_count; member
231 if (enable && isp->stream_count == 0) { in risp_s_stream()
235 } else if (!enable && isp->stream_count == 1) { in risp_s_stream()
239 isp->stream_count += enable ? 1 : -1; in risp_s_stream()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hpo_dp_link_encoder.c296 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/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_mst_types.c780 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_link()
899 for (i = 0; i < dc_state->stream_count; i++) { in is_dsc_need_re_compute()
957 for (i = 0; i < dc_state->stream_count; i++) in compute_mst_dsc_configs_for_state()
960 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state()
991 for (j = 0; j < dc_state->stream_count; j++) { in compute_mst_dsc_configs_for_state()
997 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dlink_enc_cfg.h56 uint8_t stream_count);
/linux/drivers/media/platform/xilinx/
A Dxilinx-dma.h42 unsigned int stream_count; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c55 for (i = 0; i < context->stream_count; i++) { in clk_mgr_helper_get_active_display_cnt()
78 for (i = 0; i < context->stream_count; i++) { in clk_mgr_helper_get_active_plane_cnt()

Completed in 79 milliseconds

123