Lines Matching defs:omap_vout_device
114 struct omap_vout_device { struct
116 struct omapvideo_info vid_info;
117 struct video_device *vfd;
118 struct omap2video_device *vid_dev;
119 int vid;
120 int opened;
125 int buffer_allocated;
127 int buffer_size;
129 unsigned long buf_virt_addr[VIDEO_MAX_FRAME];
130 unsigned long buf_phy_addr[VIDEO_MAX_FRAME];
131 enum omap_color_mode dss_mode;
136 int mmap_count;
138 spinlock_t vbq_lock; /* spinlock for videobuf queues */
139 unsigned long field_count; /* field counter for videobuf_buffer */
142 bool streaming;
144 struct v4l2_pix_format pix;
145 struct v4l2_rect crop;
146 struct v4l2_window win;
147 struct v4l2_framebuffer fbuf;
150 struct mutex lock;
153 struct v4l2_control control[MAX_CID];
154 enum dss_rotation rotation;
155 bool mirror;
156 int flicker_filter;
180 struct omap_vout_device *vout; argument
190 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() argument