Lines Matching defs:subdev
188 struct v4l2_subdev subdev; member
382 static int mt9v032_s_stream(struct v4l2_subdev *subdev, int enable) in mt9v032_s_stream()
430 static int mt9v032_enum_mbus_code(struct v4l2_subdev *subdev, in mt9v032_enum_mbus_code()
441 static int mt9v032_enum_frame_size(struct v4l2_subdev *subdev, in mt9v032_enum_frame_size()
456 static int mt9v032_get_format(struct v4l2_subdev *subdev, in mt9v032_get_format()
491 static int mt9v032_set_format(struct v4l2_subdev *subdev, in mt9v032_set_format()
535 static int mt9v032_get_selection(struct v4l2_subdev *subdev, in mt9v032_get_selection()
548 static int mt9v032_set_selection(struct v4l2_subdev *subdev, in mt9v032_set_selection()
839 static int mt9v032_set_power(struct v4l2_subdev *subdev, int on) in mt9v032_set_power()
868 static int mt9v032_registered(struct v4l2_subdev *subdev) in mt9v032_registered()
916 static int mt9v032_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_open()
943 static int mt9v032_close(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh) in mt9v032_close()
1186 struct v4l2_subdev *subdev = i2c_get_clientdata(client); in mt9v032_remove() local