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