| /linux/sound/firewire/dice/ |
| A 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/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_link_enc_cfg.c | 85 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 D | dc_link.c | 1882 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 D | dc.c | 175 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 D | dc_resource.c | 1393 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 D | etnaviv_hwdb.c | 15 .stream_count = 4, 46 .stream_count = 8, 77 .stream_count = 16, 108 .stream_count = 16,
|
| /linux/drivers/staging/media/imx/ |
| A 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()
|
| A 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()
|
| A 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()
|
| A 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/sound/pci/mixart/ |
| A 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
|
| A 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/drivers/media/mc/ |
| A 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/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
| A 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/sound/pci/pcxhr/ |
| A 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/drivers/media/platform/s3c-camif/ |
| A 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()
|
| A D | camif-core.h | 278 int stream_count; member 283 short stream_count; member
|
| /linux/drivers/media/platform/qcom/camss/ |
| A 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()
|
| A D | camss-vfe-170.c | 558 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 D | rcar-isp.c | 107 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 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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_mst_types.c | 780 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 D | link_enc_cfg.h | 56 uint8_t stream_count);
|
| /linux/drivers/media/platform/xilinx/ |
| A D | xilinx-dma.h | 42 unsigned int stream_count; member
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
| A D | clk_mgr.c | 55 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()
|