Lines Matching refs:frame_buffer
64 struct frame_buffer { struct
118 struct frame_buffer *active;
179 struct frame_buffer *buf = isi->active; in atmel_isi_handle_streaming()
193 struct frame_buffer, list); in atmel_isi_handle_streaming()
299 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_init()
310 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_prepare()
352 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_cleanup()
359 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma()
406 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_queue()
423 struct frame_buffer *buf, *node; in start_streaming()
478 struct frame_buffer *buf, *node; in stop_streaming()
1249 q->buf_struct_size = sizeof(struct frame_buffer); in atmel_isi_probe()