Searched defs:common_obj (Results 1 – 2 of 2) sorted by relevance
59 struct common_obj { struct61 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,[all …]
69 struct common_obj { struct70 struct vpif_disp_buffer *cur_frm; /* Pointer pointing to current72 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next74 struct v4l2_format fmt; /* Used to store the format */75 struct vb2_queue buffer_queue; /* Buffer queue used in78 struct vb2_alloc_ctx *alloc_ctx;80 struct list_head dma_queue; /* Queue of filled frames */81 spinlock_t irqlock; /* Used in video-buf */84 struct mutex lock; /* lock used to access this86 u32 ytop_off; /* offset of Y top from the[all …]