Home
last modified time | relevance | path

Searched refs:pipe_index (Results 1 – 12 of 12) sorted by relevance

/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.c766 static void set_audio_format(struct echoaudio *chip, u16 pipe_index, in set_audio_format() argument
834 "set_audio_format[%d] = %x\n", pipe_index, dsp_format); in set_audio_format()
835 chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format); in set_audio_format()
922 static inline int is_pipe_allocated(struct echoaudio *chip, u16 pipe_index) in is_pipe_allocated() argument
924 return (chip->pipe_alloc_mask & (1 << pipe_index)); in is_pipe_allocated()
1040 int pipe_index, int interleave) in allocate_pipes() argument
1046 "allocate_pipes: ch=%d int=%d\n", pipe_index, interleave); in allocate_pipes()
1052 channel_mask |= 1 << (pipe_index + i); in allocate_pipes()
1059 chip->comm_page->position[pipe_index] = 0; in allocate_pipes()
1063 pipe->index = pipe_index; in allocate_pipes()
[all …]
H A Dechoaudio.c522 int pipe_index, int interleave) in init_engine() argument
542 err = allocate_pipes(chip, pipe, pipe_index, interleave); in init_engine()
545 pipe_index, err); in init_engine()
549 dev_dbg(chip->card->dev, "allocate_pipes()=%d\n", pipe_index); in init_engine()
594 chip->substream[pipe_index] = substream; in init_engine()
677 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare() local
707 if (snd_BUG_ON(pipe_index >= px_num(chip))) in pcm_prepare()
717 if (snd_BUG_ON(!is_pipe_allocated(chip, pipe_index))) in pcm_prepare()
720 set_audio_format(chip, pipe_index, &format); in pcm_prepare()
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.h64 unsigned int pipe_index);
76 unsigned int pipe_index) in rzg2l_du_vsp_get_drm_plane() argument
H A Drzg2l_du_vsp.c74 unsigned int pipe_index) in rzg2l_du_vsp_get_drm_plane() argument
82 if (vsp_plane->index == pipe_index) in rzg2l_du_vsp_get_drm_plane()
/linux/include/linux/
H A Dpipe_fs_i.h53 union pipe_index { union
88 union pipe_index;
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.h42 unsigned int pipe_index; member
H A Dvsp1_video.c254 pipe->buffers_ready |= 1 << video->pipe_index; in vsp1_video_frame_end()
484 rwpf->video->pipe_index = ++pipe->num_inputs; in vsp1_video_pipeline_build()
490 rwpf->video->pipe_index = 0; in vsp1_video_pipeline_build()
678 pipe->buffers_ready |= 1 << video->pipe_index; in vsp1_video_buffer_queue()
864 pipe->buffers_ready &= ~(1 << video->pipe_index); in vsp1_video_stop_streaming()
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c1742 unsigned int pipe_index; in drm_wait_vblank_ioctl() local
1765 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT; in drm_wait_vblank_ioctl()
1767 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank_ioctl()
1774 if (pipe_index == 0) in drm_wait_vblank_ioctl()
1776 pipe_index--; in drm_wait_vblank_ioctl()
1781 pipe = pipe_index; in drm_wait_vblank_ioctl()
/linux/fs/
H A Dpipe.c232 union pipe_index idx = { .head_tail = READ_ONCE(pipe->head_tail) }; in pipe_readable()
423 union pipe_index idx = { .head_tail = READ_ONCE(pipe->head_tail) }; in pipe_writable()
664 union pipe_index idx; in pipe_poll()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c436 fams_pipe_data->pipe_index[pipe_idx++] = head_pipe->plane_res.hubp->inst; in dc_dmub_srv_populate_fams_pipe_info()
441 fams_pipe_data->pipe_index[pipe_idx++] = split_pipe->plane_res.hubp->inst; in dc_dmub_srv_populate_fams_pipe_info()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12750 struct dml2_dchub_per_pipe_register_set *out, int pipe_index) in dml2_core_calcs_get_pipe_regs() argument
12752 rq_dlg_get_rq_reg(&out->rq_regs, display_cfg, mode_lib, pipe_index); in dml2_core_calcs_get_pipe_regs()
12753 …get_dlg_reg(&mode_lib->scratch, &out->dlg_regs, &out->ttu_regs, display_cfg, mode_lib, pipe_index); in dml2_core_calcs_get_pipe_regs()
12754 …out->det_size = dml_get_det_buffer_size_kbytes(mode_lib, pipe_index) / mode_lib->ip.config_return_… in dml2_core_calcs_get_pipe_regs()
12757 …_core_internal_display_mode_lib *mode_lib, union dml2_global_sync_programming *out, int pipe_index) in dml2_core_calcs_get_global_sync_programming() argument
12759 out->dcn4x.vready_offset_pixels = dml_get_vready_offset(mode_lib, pipe_index); in dml2_core_calcs_get_global_sync_programming()
12760 out->dcn4x.vstartup_lines = dml_get_vstartup_calculated(mode_lib, pipe_index); in dml2_core_calcs_get_global_sync_programming()
12761 out->dcn4x.vupdate_offset_pixels = dml_get_vupdate_offset(mode_lib, pipe_index); in dml2_core_calcs_get_global_sync_programming()
12762 out->dcn4x.vupdate_vupdate_width_pixels = dml_get_vupdate_width(mode_lib, pipe_index); in dml2_core_calcs_get_global_sync_programming()
12763 out->dcn4x.pstate_keepout_start_lines = dml_get_pstate_keepout_dst_lines(mode_lib, pipe_index); in dml2_core_calcs_get_global_sync_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h6105 uint8_t pipe_index[4]; member