Lines Matching defs:common_obj
59 struct common_obj { struct
61 struct vpif_cap_buffer *cur_frm;
63 struct vpif_cap_buffer *next_frm;
65 struct v4l2_format fmt;
67 struct vb2_queue buffer_queue;
69 struct vb2_alloc_ctx *alloc_ctx;
71 struct list_head dma_queue;
73 spinlock_t irqlock;
75 struct mutex lock;
77 void (*set_addr) (unsigned long, unsigned long, unsigned long,
80 u32 ytop_off;
82 u32 ybtm_off;
84 u32 ctop_off;
109 struct common_obj common[VPIF_NUMBER_OF_OBJECTS]; argument