Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/davinci/
Dvpif_display.h64 struct vpif_disp_buffer { struct
70 struct vpif_disp_buffer *cur_frm; /* Pointer pointing to current argument
72 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next
Dvpif_display.c57 struct vpif_disp_buffer *to_vpif_buffer(struct vb2_v4l2_buffer *vb) in to_vpif_buffer()
59 return container_of(vb, struct vpif_disp_buffer, vb); in to_vpif_buffer()
145 struct vpif_disp_buffer *buf = to_vpif_buffer(vbuf); in vpif_buffer_queue()
170 struct vpif_disp_buffer *buf, *tmp; in vpif_start_streaming()
199 struct vpif_disp_buffer, list); in vpif_start_streaming()
284 struct vpif_disp_buffer, list); in vpif_stop_streaming()
309 struct vpif_disp_buffer, list); in process_progressive_mode()
1189 q->buf_struct_size = sizeof(struct vpif_disp_buffer); in vpif_probe_complete()