Lines Matching refs:frame_buffer
64 struct frame_buffer { struct
117 struct frame_buffer *active;
178 struct frame_buffer *buf = isi->active; in atmel_isi_handle_streaming()
192 struct frame_buffer, list); in atmel_isi_handle_streaming()
298 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_init()
309 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_prepare()
351 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_cleanup()
358 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma()
405 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_queue()
422 struct frame_buffer *buf, *node; in start_streaming()
479 struct frame_buffer *buf, *node; in stop_streaming()
1241 q->buf_struct_size = sizeof(struct frame_buffer); in atmel_isi_probe()