Lines Matching defs:vpbe_layer
73 struct vpbe_layer { struct
75 struct vpbe_display *disp_dev;
77 struct vpbe_disp_buffer *cur_frm;
79 struct vpbe_disp_buffer *next_frm;
83 struct vb2_queue buffer_queue;
85 struct vb2_alloc_ctx *alloc_ctx;
87 struct list_head dma_queue;
89 spinlock_t irqlock;
92 struct video_device video_dev;
94 struct v4l2_pix_format pix_fmt;
95 enum v4l2_field buf_field;
120 struct vpbe_layer *dev[VPBE_DISPLAY_MAX_DEVICES]; argument