Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/davinci/
Dvpif_capture.h55 struct common_obj { struct
57 struct vpif_cap_buffer *cur_frm;
59 struct vpif_cap_buffer *next_frm;
61 struct v4l2_format fmt;
63 struct vb2_queue buffer_queue;
65 struct list_head dma_queue;
67 spinlock_t irqlock;
69 struct mutex lock;
71 void (*set_addr) (unsigned long, unsigned long, unsigned long,
74 u32 ytop_off;
[all …]
Dvpif_display.h69 struct common_obj { struct
70 struct vpif_disp_buffer *cur_frm; /* Pointer pointing to current
72 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next
74 struct v4l2_format fmt; /* Used to store the format */
75 struct vb2_queue buffer_queue; /* Buffer queue used in
78 struct list_head dma_queue; /* Queue of filled frames */
79 spinlock_t irqlock; /* Used in video-buf */
82 struct mutex lock; /* lock used to access this
84 u32 ytop_off; /* offset of Y top from the
86 u32 ybtm_off; /* offset of Y bottom from the
[all …]