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()
440 static int mt9v032_enum_frame_size(struct v4l2_subdev *subdev, in mt9v032_enum_frame_size()
459 static int mt9v032_get_format(struct v4l2_subdev *subdev, in mt9v032_get_format()
494 static int mt9v032_set_format(struct v4l2_subdev *subdev, in mt9v032_set_format()
538 static int mt9v032_get_selection(struct v4l2_subdev *subdev, in mt9v032_get_selection()
551 static int mt9v032_set_selection(struct v4l2_subdev *subdev, in mt9v032_set_selection()
842 static int mt9v032_set_power(struct v4l2_subdev *subdev, int on) in mt9v032_set_power()
871 static int mt9v032_registered(struct v4l2_subdev *subdev) in mt9v032_registered()
919 static int mt9v032_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_open()
946 static int mt9v032_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_close()
1189 struct v4l2_subdev *subdev = i2c_get_clientdata(client); in mt9v032_remove() local