Lines Matching refs:cx23885_buffer
98 struct cx23885_buffer *buf) in cx23885_start_vbi_dma()
142 struct cx23885_buffer *buf = container_of(vbuf, in buffer_prepare()
143 struct cx23885_buffer, vb); in buffer_prepare()
165 struct cx23885_buffer *buf = container_of(vbuf, in buffer_finish()
166 struct cx23885_buffer, vb); in buffer_finish()
196 struct cx23885_buffer *buf = container_of(vbuf, in buffer_queue()
197 struct cx23885_buffer, vb); in buffer_queue()
198 struct cx23885_buffer *prev; in buffer_queue()
216 prev = list_entry(q->active.prev, struct cx23885_buffer, in buffer_queue()
231 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_start_streaming()
232 struct cx23885_buffer, queue); in cx23885_start_streaming()
247 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_stop_streaming()
248 struct cx23885_buffer, queue); in cx23885_stop_streaming()