Lines Matching refs:frame_buffer
62 struct frame_buffer { struct
92 struct frame_buffer *active;
165 struct frame_buffer *buf = isi->active; in atmel_isi_handle_streaming()
178 struct frame_buffer, list); in atmel_isi_handle_streaming()
281 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_init()
293 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_prepare()
338 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_cleanup()
345 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma()
380 struct frame_buffer *buf = container_of(vbuf, struct frame_buffer, vb); in buffer_queue()
433 struct frame_buffer *buf, *node; in stop_streaming()
491 q->buf_struct_size = sizeof(struct frame_buffer); in isi_camera_init_videobuf()