Lines Matching defs:omap_vout_device
132 struct omap_vout_device { struct
134 struct omapvideo_info vid_info;
135 struct video_device *vfd;
136 struct omap2video_device *vid_dev;
137 struct v4l2_ctrl_handler ctrl_handler;
138 int vid;
141 int buffer_size;
142 enum omap_color_mode dss_mode;
144 u32 sequence;
146 struct v4l2_pix_format pix;
147 struct v4l2_rect crop;
148 struct v4l2_window win;
149 struct v4l2_framebuffer fbuf;
152 struct mutex lock;
154 enum dss_rotation rotation;
155 bool mirror;
156 int flicker_filter;
158 int bpp; /* bytes per pixel */
159 int vrfb_bpp; /* bytes per pixel with respect to VRFB */
184 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() argument