Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/media/
A Dvsp1.h42 int vsp1_du_setup_lif(struct device *dev, unsigned int pipe_index,
111 void vsp1_du_atomic_begin(struct device *dev, unsigned int pipe_index);
112 int vsp1_du_atomic_update(struct device *dev, unsigned int pipe_index,
115 void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index,
/linux-6.3-rc2/sound/pci/echoaudio/
A Dechoaudio_dsp.c781 static void set_audio_format(struct echoaudio *chip, u16 pipe_index, in set_audio_format() argument
849 "set_audio_format[%d] = %x\n", pipe_index, dsp_format); in set_audio_format()
850 chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format); in set_audio_format()
939 return (chip->pipe_alloc_mask & (1 << pipe_index)); in is_pipe_allocated()
1055 int pipe_index, int interleave) in allocate_pipes() argument
1061 "allocate_pipes: ch=%d int=%d\n", pipe_index, interleave); in allocate_pipes()
1067 channel_mask |= 1 << (pipe_index + i); in allocate_pipes()
1074 chip->comm_page->position[pipe_index] = 0; in allocate_pipes()
1078 pipe->index = pipe_index; in allocate_pipes()
1085 pipe->dma_counter = (__le32 *)&chip->comm_page->position[pipe_index]; in allocate_pipes()
[all …]
A Dechoaudio.c538 int pipe_index, int interleave) in init_engine() argument
558 err = allocate_pipes(chip, pipe, pipe_index, interleave); in init_engine()
562 pipe_index, err); in init_engine()
566 dev_dbg(chip->card->dev, "allocate_pipes()=%d\n", pipe_index); in init_engine()
611 chip->substream[pipe_index] = substream; in init_engine()
696 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; in pcm_prepare() local
726 if (snd_BUG_ON(pipe_index >= px_num(chip))) in pcm_prepare()
736 if (snd_BUG_ON(!is_pipe_allocated(chip, pipe_index))) { in pcm_prepare()
741 set_audio_format(chip, pipe_index, &format); in pcm_prepare()
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_drm.c643 int vsp1_du_setup_lif(struct device *dev, unsigned int pipe_index, in vsp1_du_setup_lif() argument
653 if (pipe_index >= vsp1->info->lif_count) in vsp1_du_setup_lif()
656 drm_pipe = &vsp1->drm->pipe[pipe_index]; in vsp1_du_setup_lif()
718 __func__, pipe_index, cfg->width, cfg->height, in vsp1_du_setup_lif()
745 vsp1_write(vsp1, VI6_DISP_IRQ_STA(pipe_index), 0); in vsp1_du_setup_lif()
746 vsp1_write(vsp1, VI6_DISP_IRQ_ENB(pipe_index), 0); in vsp1_du_setup_lif()
773 void vsp1_du_atomic_begin(struct device *dev, unsigned int pipe_index) in vsp1_du_atomic_begin() argument
808 int vsp1_du_atomic_update(struct device *dev, unsigned int pipe_index, in vsp1_du_atomic_update() argument
813 struct vsp1_drm_pipeline *drm_pipe = &vsp1->drm->pipe[pipe_index]; in vsp1_du_atomic_update()
877 void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index, in vsp1_du_atomic_flush() argument
[all …]
A Dvsp1_video.h42 unsigned int pipe_index; member
A Dvsp1_video.c360 pipe->buffers_ready |= 1 << video->pipe_index; in vsp1_video_frame_end()
591 rwpf->video->pipe_index = ++pipe->num_inputs; in vsp1_video_pipeline_build()
597 rwpf->video->pipe_index = 0; in vsp1_video_pipeline_build()
777 pipe->buffers_ready |= 1 << video->pipe_index; in vsp1_video_buffer_queue()
916 pipe->buffers_ready &= ~(1 << video->pipe_index); in vsp1_video_stop_streaming()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dmub/inc/
A Ddmub_subvp_state.h152 uint8_t pipe_index; member
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_vblank.c1757 unsigned int pipe_index; in drm_wait_vblank_ioctl() local
1780 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT; in drm_wait_vblank_ioctl()
1782 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank_ioctl()
1789 if (pipe_index == 0) in drm_wait_vblank_ioctl()
1791 pipe_index--; in drm_wait_vblank_ioctl()
1796 pipe = pipe_index; in drm_wait_vblank_ioctl()
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/
A Datomisp_compat_css20.c466 int pipe_index = 0, i; in __create_stream() local
471 multi_pipes[pipe_index++] = stream_env->pipes[i]; in __create_stream()
473 if (pipe_index == 0) in __create_stream()
484 pipe_index, multi_pipes, &stream_env->stream) != 0) in __create_stream()
2616 int pipe_index = atomisp_get_pipe_index(asd, source_pad); in atomisp_get_css_frame_info() local
2623 stream_index = (pipe_index == IA_CSS_PIPE_ID_YUVPP) ? in atomisp_get_css_frame_info()
2629 .pipes[pipe_index], &info)) { in atomisp_get_css_frame_info()
2654 (pipe_index == IA_CSS_PIPE_ID_VIDEO || in atomisp_get_css_frame_info()
2655 pipe_index == IA_CSS_PIPE_ID_YUVPP)) in atomisp_get_css_frame_info()

Completed in 30 milliseconds