Lines Matching defs:common_obj
61 struct common_obj { struct
62 struct vpif_disp_buffer *cur_frm; /* Pointer pointing to current
64 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next
66 struct v4l2_format fmt; /* Used to store the format */
67 struct vb2_queue buffer_queue; /* Buffer queue used in vb2 */
69 struct list_head dma_queue; /* Queue of filled frames */
70 spinlock_t irqlock; /* Used for video buffer
74 struct mutex lock; /* lock used to access this
76 u32 ytop_off; /* offset of Y top from the
78 u32 ybtm_off; /* offset of Y bottom from the
80 u32 ctop_off; /* offset of C top from the
104 struct common_obj common[VPIF_NUMOBJECTS]; argument