Searched defs:bm2835_mmal_dev (Results 1 – 1 of 1) sorted by relevance
36 struct bm2835_mmal_dev { struct38 struct v4l2_device v4l2_dev;39 struct video_device vdev;40 struct mutex mutex;43 struct v4l2_ctrl_handler ctrl_handler;44 struct v4l2_ctrl *ctrls[V4L2_CTRL_COUNT];45 enum v4l2_scene_mode scene_mode;46 struct mmal_colourfx colourfx;47 int hflip;48 int vflip;[all …]