Home
last modified time | relevance | path

Searched defs:common_obj (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/ti/davinci/
H A Dvpif_capture.h46 struct common_obj { struct
48 struct vpif_cap_buffer *cur_frm;
50 struct vpif_cap_buffer *next_frm;
52 struct v4l2_format fmt;
54 struct vb2_queue buffer_queue;
56 struct list_head dma_queue;
58 spinlock_t irqlock;
60 struct mutex lock;
62 void (*set_addr) (unsigned long, unsigned long, unsigned long,
65 u32 ytop_off;
[all …]
H A Dvpif_display.h61 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
[all …]