Lines Matching defs:vpbe_layer
72 struct vpbe_layer { struct
74 struct vpbe_display *disp_dev;
76 struct vpbe_disp_buffer *cur_frm;
78 struct vpbe_disp_buffer *next_frm;
82 struct vb2_queue buffer_queue;
84 struct vb2_alloc_ctx *alloc_ctx;
86 struct list_head dma_queue;
88 spinlock_t irqlock;
91 struct video_device video_dev;
93 struct v4l2_pix_format pix_fmt;
94 enum v4l2_field buf_field;
119 struct vpbe_layer *dev[VPBE_DISPLAY_MAX_DEVICES]; argument