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