Searched refs:pipe_index (Results 1 – 8 of 8) sorted by relevance
/linux/include/media/ |
A D | vsp1.h | 42 int vsp1_du_setup_lif(struct device *dev, unsigned int pipe_index, 109 void vsp1_du_atomic_begin(struct device *dev, unsigned int pipe_index); 110 int vsp1_du_atomic_update(struct device *dev, unsigned int pipe_index, 113 void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index,
|
/linux/sound/pci/echoaudio/ |
A D | echoaudio_dsp.c | 781 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 D | echoaudio.c | 538 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/drivers/media/platform/vsp1/ |
A D | vsp1_drm.c | 643 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() 875 void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index, in vsp1_du_atomic_flush() argument [all …]
|
A D | vsp1_video.h | 42 unsigned int pipe_index; member
|
A D | vsp1_video.c | 360 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/drivers/gpu/drm/ |
A D | drm_vblank.c | 1757 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/drivers/staging/media/atomisp/pci/ |
A D | atomisp_compat_css20.c | 489 int pipe_index = 0, i; in __create_stream() local 494 multi_pipes[pipe_index++] = stream_env->pipes[i]; in __create_stream() 496 if (pipe_index == 0) in __create_stream() 507 pipe_index, multi_pipes, &stream_env->stream) != 0) in __create_stream() 2753 int pipe_index = atomisp_get_pipe_index(asd, source_pad); in atomisp_get_css_frame_info() local 2760 stream_index = (pipe_index == IA_CSS_PIPE_ID_YUVPP) ? in atomisp_get_css_frame_info() 2766 .pipes[pipe_index], &info)) { in atomisp_get_css_frame_info() 2791 (pipe_index == IA_CSS_PIPE_ID_VIDEO || in atomisp_get_css_frame_info() 2792 pipe_index == IA_CSS_PIPE_ID_YUVPP)) in atomisp_get_css_frame_info()
|
Completed in 27 milliseconds