Lines Matching defs:vpbe_layer
65 struct vpbe_layer { struct
67 struct vpbe_display *disp_dev;
69 struct vpbe_disp_buffer *cur_frm;
71 struct vpbe_disp_buffer *next_frm;
75 struct vb2_queue buffer_queue;
77 struct list_head dma_queue;
79 spinlock_t irqlock;
82 struct video_device video_dev;
84 struct v4l2_pix_format pix_fmt;
85 enum v4l2_field buf_field;
110 struct vpbe_layer *dev[VPBE_DISPLAY_MAX_DEVICES]; argument