Lines Matching refs:frame_buffer
61 struct frame_buffer { struct
93 struct frame_buffer *active;
157 struct frame_buffer *buf = isi->active; in atmel_isi_handle_streaming()
170 struct frame_buffer, list); in atmel_isi_handle_streaming()
272 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_init()
283 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_prepare()
327 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_cleanup()
334 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma()
368 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_queue()
415 struct frame_buffer *buf, *node; in stop_streaming()
473 q->buf_struct_size = sizeof(struct frame_buffer); in isi_camera_init_videobuf()