Lines Matching defs:subdev
185 struct v4l2_subdev subdev; member
383 static int mt9v032_s_stream(struct v4l2_subdev *subdev, int enable) in mt9v032_s_stream()
431 static int mt9v032_enum_mbus_code(struct v4l2_subdev *subdev, in mt9v032_enum_mbus_code()
444 static int mt9v032_enum_frame_size(struct v4l2_subdev *subdev, in mt9v032_enum_frame_size()
463 static int mt9v032_get_format(struct v4l2_subdev *subdev, in mt9v032_get_format()
499 static int mt9v032_set_format(struct v4l2_subdev *subdev, in mt9v032_set_format()
543 static int mt9v032_get_selection(struct v4l2_subdev *subdev, in mt9v032_get_selection()
557 static int mt9v032_set_selection(struct v4l2_subdev *subdev, in mt9v032_set_selection()
850 static int mt9v032_set_power(struct v4l2_subdev *subdev, int on) in mt9v032_set_power()
879 static int mt9v032_registered(struct v4l2_subdev *subdev) in mt9v032_registered()
927 static int mt9v032_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_open()
954 static int mt9v032_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_close()
1197 struct v4l2_subdev *subdev = i2c_get_clientdata(client); in mt9v032_remove() local