Home
last modified time | relevance | path

Searched refs:vpif_cap_buffer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/davinci/
Dvpif_capture.h50 struct vpif_cap_buffer { struct
57 struct vpif_cap_buffer *cur_frm; argument
59 struct vpif_cap_buffer *next_frm;
Dvpif_capture.c64 struct vpif_cap_buffer *to_vpif_buffer(struct vb2_v4l2_buffer *vb) in to_vpif_buffer()
66 return container_of(vb, struct vpif_cap_buffer, vb); in to_vpif_buffer()
154 struct vpif_cap_buffer *buf = to_vpif_buffer(vbuf); in vpif_buffer_queue()
180 struct vpif_cap_buffer *buf, *tmp; in vpif_start_streaming()
216 struct vpif_cap_buffer, list); in vpif_start_streaming()
307 struct vpif_cap_buffer, list); in vpif_stop_streaming()
355 struct vpif_cap_buffer, list); in vpif_schedule_next_buffer()
1450 q->buf_struct_size = sizeof(struct vpif_cap_buffer); in vpif_probe_complete()