Lines Matching refs:frame_buffer
67 struct frame_buffer { struct
121 struct frame_buffer *active;
181 struct frame_buffer *buf = isi->active; in atmel_isi_handle_streaming()
195 struct frame_buffer, list); in atmel_isi_handle_streaming()
301 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_init()
312 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_prepare()
354 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_cleanup()
361 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma()
408 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_queue()
425 struct frame_buffer *buf, *node; in start_streaming()
480 struct frame_buffer *buf, *node; in stop_streaming()
1218 q->buf_struct_size = sizeof(struct frame_buffer); in atmel_isi_probe()