Lines Matching full:frame_buffer
66 struct frame_buffer { struct
103 struct frame_buffer *active;
166 struct frame_buffer *buf = isi->active; in atmel_isi_handle_streaming()
179 struct frame_buffer, list); in atmel_isi_handle_streaming()
303 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_init()
314 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_prepare()
363 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_cleanup()
370 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma()
403 struct frame_buffer *buf = container_of(vb, struct frame_buffer, vb); in buffer_queue()
467 struct frame_buffer *buf, *node; in stop_streaming()
525 q->buf_struct_size = sizeof(struct frame_buffer); in isi_camera_init_videobuf()