Home
last modified time | relevance | path

Searched refs:cx23885_buffer (Results 1 – 6 of 6) sorted by relevance

/drivers/media/video/cx23885/
Dcx23885-vbi.c111 struct cx23885_buffer *buf) in cx23885_start_vbi_dma()
140 struct cx23885_buffer *buf; in cx23885_restart_vbi_queue()
146 buf = list_entry(q->active.next, struct cx23885_buffer, vb.queue); in cx23885_restart_vbi_queue()
151 buf = list_entry(item, struct cx23885_buffer, vb.queue); in cx23885_restart_vbi_queue()
162 struct cx23885_buffer *buf; in cx23885_vbi_timeout()
170 buf = list_entry(q->active.next, struct cx23885_buffer, in cx23885_vbi_timeout()
205 struct cx23885_buffer *buf = container_of(vb, in vbi_prepare()
206 struct cx23885_buffer, vb); in vbi_prepare()
241 struct cx23885_buffer *buf = in vbi_queue()
242 container_of(vb, struct cx23885_buffer, vb); in vbi_queue()
[all …]
Dcx23885-video.c288 struct cx23885_buffer *buf; in cx23885_video_wakeup()
295 struct cx23885_buffer, vb.queue); in cx23885_video_wakeup()
550 struct cx23885_buffer *buf) in cx23885_start_video_dma()
580 struct cx23885_buffer *buf, *prev; in cx23885_restart_video_queue()
585 buf = list_entry(q->active.next, struct cx23885_buffer, in cx23885_restart_video_queue()
591 buf = list_entry(item, struct cx23885_buffer, in cx23885_restart_video_queue()
603 buf = list_entry(q->queued.next, struct cx23885_buffer, in cx23885_restart_video_queue()
649 struct cx23885_buffer *buf = in buffer_prepare()
650 container_of(vb, struct cx23885_buffer, vb); in buffer_prepare()
758 struct cx23885_buffer *buf = container_of(vb, in buffer_queue()
[all …]
Dcx23885-core.c427 struct cx23885_buffer *buf; in cx23885_wakeup()
434 struct cx23885_buffer, vb.queue); in cx23885_wakeup()
1287 void cx23885_free_buffer(struct videobuf_queue *q, struct cx23885_buffer *buf) in cx23885_free_buffer()
1353 struct cx23885_buffer *buf) in cx23885_start_dma()
1497 struct cx23885_buffer *buf; in cx23885_restart_queue()
1501 struct cx23885_buffer *prev; in cx23885_restart_queue()
1509 buf = list_entry(q->queued.next, struct cx23885_buffer, in cx23885_restart_queue()
1541 buf = list_entry(q->active.next, struct cx23885_buffer, vb.queue); in cx23885_restart_queue()
1554 struct cx23885_buffer *buf, enum v4l2_field field) in cx23885_buf_prepare()
1585 void cx23885_buf_queue(struct cx23885_tsport *port, struct cx23885_buffer *buf) in cx23885_buf_queue()
[all …]
Dcx23885.h184 struct cx23885_buffer { struct
569 struct cx23885_buffer *buf,
572 struct cx23885_buffer *buf);
574 struct cx23885_buffer *buf);
Dcx23885-dvb.c101 return cx23885_buf_prepare(q, port, (struct cx23885_buffer *)vb, field); in dvb_buf_prepare()
107 cx23885_buf_queue(port, (struct cx23885_buffer *)vb); in dvb_buf_queue()
113 cx23885_free_buffer(q, (struct cx23885_buffer *)vb); in dvb_buf_release()
1306 sizeof(struct cx23885_buffer), port, NULL); in cx23885_dvb_register()
Dcx23885-417.c1159 (struct cx23885_buffer *)vb, in bb_buf_prepare()
1167 cx23885_buf_queue(&fh->dev->ts1, (struct cx23885_buffer *)vb); in bb_buf_queue()
1173 cx23885_free_buffer(q, (struct cx23885_buffer *)vb); in bb_buf_release()
1571 sizeof(struct cx23885_buffer), in mpeg_open()