Home
last modified time | relevance | path

Searched refs:cx25821_channel (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/cx25821/
Dcx25821-video.c149 struct cx25821_channel *chan = q->drv_priv; in cx25821_queue_setup()
164 struct cx25821_channel *chan = vb->vb2_queue->drv_priv; in cx25821_buffer_prepare()
248 struct cx25821_channel *chan = vb->vb2_queue->drv_priv; in cx25821_buffer_finish()
259 struct cx25821_channel *chan = vb->vb2_queue->drv_priv; in cx25821_buffer_queue()
282 struct cx25821_channel *chan = q->drv_priv; in cx25821_start_streaming()
295 struct cx25821_channel *chan = q->drv_priv; in cx25821_stop_streaming()
340 struct cx25821_channel *chan = video_drvdata(file); in cx25821_vidioc_g_fmt_vid_cap()
356 struct cx25821_channel *chan = video_drvdata(file); in cx25821_vidioc_try_fmt_vid_cap()
394 struct cx25821_channel *chan = video_drvdata(file); in vidioc_s_fmt_vid_cap()
429 struct cx25821_channel *chan = video_drvdata(file); in vidioc_log_status()
[all …]
Dcx25821.h181 struct cx25821_channel;
184 struct cx25821_channel *chan;
213 struct cx25821_channel { struct
262 struct cx25821_channel channels[MAX_VID_CHANNEL_NUM];
443 extern int cx25821_vidupstream_init(struct cx25821_channel *chan, int pixel_format);
446 extern int cx25821_write_frame(struct cx25821_channel *chan,
448 extern void cx25821_free_mem_upstream(struct cx25821_channel *chan);
450 extern void cx25821_stop_upstream_video(struct cx25821_channel *chan);
Dcx25821-video-upstream.c95 static __le32 *cx25821_update_riscprogram(struct cx25821_channel *chan, in cx25821_update_riscprogram()
127 static __le32 *cx25821_risc_field_upstream(struct cx25821_channel *chan, __le32 *rp, in cx25821_risc_field_upstream()
172 static int cx25821_risc_buffer_upstream(struct cx25821_channel *chan, in cx25821_risc_buffer_upstream()
245 void cx25821_stop_upstream_video(struct cx25821_channel *chan) in cx25821_stop_upstream_video()
283 void cx25821_free_mem_upstream(struct cx25821_channel *chan) in cx25821_free_mem_upstream()
305 int cx25821_write_frame(struct cx25821_channel *chan, in cx25821_write_frame()
346 static int cx25821_upstream_buffer_prepare(struct cx25821_channel *chan, in cx25821_upstream_buffer_prepare()
407 static int cx25821_video_upstream_irq(struct cx25821_channel *chan, u32 status) in cx25821_video_upstream_irq()
496 struct cx25821_channel *chan = dev_id; in cx25821_upstream_irq()
516 static void cx25821_set_pixelengine(struct cx25821_channel *chan, in cx25821_set_pixelengine()
[all …]