Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821.h180 struct cx25821_channel;
183 struct cx25821_channel *chan;
212 struct cx25821_channel { struct
261 struct cx25821_channel channels[MAX_VID_CHANNEL_NUM];
442 extern int cx25821_vidupstream_init(struct cx25821_channel *chan, int pixel_format);
445 extern int cx25821_write_frame(struct cx25821_channel *chan,
447 extern void cx25821_free_mem_upstream(struct cx25821_channel *chan);
449 extern void cx25821_stop_upstream_video(struct cx25821_channel *chan);
Dcx25821-video.c148 struct cx25821_channel *chan = q->drv_priv; in cx25821_queue_setup()
162 struct cx25821_channel *chan = vb->vb2_queue->drv_priv; in cx25821_buffer_prepare()
245 struct cx25821_channel *chan = vb->vb2_queue->drv_priv; in cx25821_buffer_finish()
255 struct cx25821_channel *chan = vb->vb2_queue->drv_priv; in cx25821_buffer_queue()
278 struct cx25821_channel *chan = q->drv_priv; in cx25821_start_streaming()
291 struct cx25821_channel *chan = q->drv_priv; in cx25821_stop_streaming()
336 struct cx25821_channel *chan = video_drvdata(file); in cx25821_vidioc_g_fmt_vid_cap()
352 struct cx25821_channel *chan = video_drvdata(file); in cx25821_vidioc_try_fmt_vid_cap()
390 struct cx25821_channel *chan = video_drvdata(file); in vidioc_s_fmt_vid_cap()
425 struct cx25821_channel *chan = video_drvdata(file); in vidioc_log_status()
[all …]
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 …]