Lines Matching defs:subdev
235 struct v4l2_subdev subdev; member
404 static int mt9v032_s_stream(struct v4l2_subdev *subdev, int enable) in mt9v032_s_stream()
453 static int mt9v032_enum_mbus_code(struct v4l2_subdev *subdev, in mt9v032_enum_mbus_code()
464 static int mt9v032_enum_frame_size(struct v4l2_subdev *subdev, in mt9v032_enum_frame_size()
479 static int mt9v032_get_format(struct v4l2_subdev *subdev, in mt9v032_get_format()
514 static int mt9v032_set_format(struct v4l2_subdev *subdev, in mt9v032_set_format()
558 static int mt9v032_get_selection(struct v4l2_subdev *subdev, in mt9v032_get_selection()
571 static int mt9v032_set_selection(struct v4l2_subdev *subdev, in mt9v032_set_selection()
734 static int mt9v032_set_power(struct v4l2_subdev *subdev, int on) in mt9v032_set_power()
763 static int mt9v032_registered(struct v4l2_subdev *subdev) in mt9v032_registered()
810 static int mt9v032_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_open()
837 static int mt9v032_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_close()
1068 struct v4l2_subdev *subdev = i2c_get_clientdata(client); in mt9v032_remove() local