Lines Matching refs:cx23885_buffer
97 struct cx23885_buffer *buf) in cx23885_start_vbi_dma()
143 struct cx23885_buffer *buf = container_of(vbuf, in buffer_prepare()
144 struct cx23885_buffer, vb); in buffer_prepare()
166 struct cx23885_buffer *buf = container_of(vbuf, in buffer_finish()
167 struct cx23885_buffer, vb); in buffer_finish()
197 struct cx23885_buffer *buf = container_of(vbuf, in buffer_queue()
198 struct cx23885_buffer, vb); in buffer_queue()
199 struct cx23885_buffer *prev; in buffer_queue()
217 prev = list_entry(q->active.prev, struct cx23885_buffer, in buffer_queue()
232 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_start_streaming()
233 struct cx23885_buffer, queue); in cx23885_start_streaming()
248 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_stop_streaming()
249 struct cx23885_buffer, queue); in cx23885_stop_streaming()