Lines Matching defs:subdev
185 struct v4l2_subdev subdev; member
379 static int mt9v032_s_stream(struct v4l2_subdev *subdev, int enable) in mt9v032_s_stream()
427 static int mt9v032_enum_mbus_code(struct v4l2_subdev *subdev, in mt9v032_enum_mbus_code()
438 static int mt9v032_enum_frame_size(struct v4l2_subdev *subdev, in mt9v032_enum_frame_size()
453 static int mt9v032_get_format(struct v4l2_subdev *subdev, in mt9v032_get_format()
488 static int mt9v032_set_format(struct v4l2_subdev *subdev, in mt9v032_set_format()
532 static int mt9v032_get_selection(struct v4l2_subdev *subdev, in mt9v032_get_selection()
545 static int mt9v032_set_selection(struct v4l2_subdev *subdev, in mt9v032_set_selection()
836 static int mt9v032_set_power(struct v4l2_subdev *subdev, int on) in mt9v032_set_power()
865 static int mt9v032_registered(struct v4l2_subdev *subdev) in mt9v032_registered()
913 static int mt9v032_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_open()
940 static int mt9v032_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_close()
1183 struct v4l2_subdev *subdev = i2c_get_clientdata(client); in mt9v032_remove() local