media: qcom: camss: Fix references to pad config
V4L2 subdev operations have moved from operating on a v4l2_subdev_pad_config to a v4l2_subdev_state a long time ago. Fix remaining incorrect references to pad config in comments. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
c1ac529886
commit
c1d9681407
@ -263,7 +263,7 @@ static int csid_set_stream(struct v4l2_subdev *sd, int enable)
|
||||
/*
|
||||
* __csid_get_format - Get pointer to format structure
|
||||
* @csid: CSID device
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad from which format is requested
|
||||
* @which: TRY or ACTIVE format
|
||||
*
|
||||
@ -285,7 +285,7 @@ __csid_get_format(struct csid_device *csid,
|
||||
/*
|
||||
* csid_try_format - Handle try format by pad subdev method
|
||||
* @csid: CSID device
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad on which format is requested
|
||||
* @fmt: pointer to v4l2 format structure
|
||||
* @which: wanted subdev format
|
||||
@ -353,7 +353,7 @@ static void csid_try_format(struct csid_device *csid,
|
||||
/*
|
||||
* csid_enum_mbus_code - Handle pixel format enumeration
|
||||
* @sd: CSID V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @code: pointer to v4l2_subdev_mbus_code_enum structure
|
||||
* return -EINVAL or zero on success
|
||||
*/
|
||||
@ -394,7 +394,7 @@ static int csid_enum_mbus_code(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* csid_enum_frame_size - Handle frame size enumeration
|
||||
* @sd: CSID V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fse: pointer to v4l2_subdev_frame_size_enum structure
|
||||
* return -EINVAL or zero on success
|
||||
*/
|
||||
@ -431,7 +431,7 @@ static int csid_enum_frame_size(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* csid_get_format - Handle get format by pads subdev method
|
||||
* @sd: CSID V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -455,7 +455,7 @@ static int csid_get_format(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* csid_set_format - Handle set format by pads subdev method
|
||||
* @sd: CSID V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
|
@ -312,7 +312,7 @@ static int csiphy_set_stream(struct v4l2_subdev *sd, int enable)
|
||||
/*
|
||||
* __csiphy_get_format - Get pointer to format structure
|
||||
* @csiphy: CSIPHY device
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad from which format is requested
|
||||
* @which: TRY or ACTIVE format
|
||||
*
|
||||
@ -334,7 +334,7 @@ __csiphy_get_format(struct csiphy_device *csiphy,
|
||||
/*
|
||||
* csiphy_try_format - Handle try format by pad subdev method
|
||||
* @csiphy: CSIPHY device
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad on which format is requested
|
||||
* @fmt: pointer to v4l2 format structure
|
||||
* @which: wanted subdev format
|
||||
@ -381,7 +381,7 @@ static void csiphy_try_format(struct csiphy_device *csiphy,
|
||||
/*
|
||||
* csiphy_enum_mbus_code - Handle pixel format enumeration
|
||||
* @sd: CSIPHY V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @code: pointer to v4l2_subdev_mbus_code_enum structure
|
||||
* return -EINVAL or zero on success
|
||||
*/
|
||||
@ -414,7 +414,7 @@ static int csiphy_enum_mbus_code(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* csiphy_enum_frame_size - Handle frame size enumeration
|
||||
* @sd: CSIPHY V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fse: pointer to v4l2_subdev_frame_size_enum structure
|
||||
* return -EINVAL or zero on success
|
||||
*/
|
||||
@ -451,7 +451,7 @@ static int csiphy_enum_frame_size(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* csiphy_get_format - Handle get format by pads subdev method
|
||||
* @sd: CSIPHY V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -475,7 +475,7 @@ static int csiphy_get_format(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* csiphy_set_format - Handle set format by pads subdev method
|
||||
* @sd: CSIPHY V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
|
@ -866,7 +866,7 @@ static int ispif_set_stream(struct v4l2_subdev *sd, int enable)
|
||||
/*
|
||||
* __ispif_get_format - Get pointer to format structure
|
||||
* @ispif: ISPIF line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad from which format is requested
|
||||
* @which: TRY or ACTIVE format
|
||||
*
|
||||
@ -888,7 +888,7 @@ __ispif_get_format(struct ispif_line *line,
|
||||
/*
|
||||
* ispif_try_format - Handle try format by pad subdev method
|
||||
* @ispif: ISPIF line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad on which format is requested
|
||||
* @fmt: pointer to v4l2 format structure
|
||||
* @which: wanted subdev format
|
||||
@ -936,7 +936,7 @@ static void ispif_try_format(struct ispif_line *line,
|
||||
/*
|
||||
* ispif_enum_mbus_code - Handle pixel format enumeration
|
||||
* @sd: ISPIF V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @code: pointer to v4l2_subdev_mbus_code_enum structure
|
||||
* return -EINVAL or zero on success
|
||||
*/
|
||||
@ -969,7 +969,7 @@ static int ispif_enum_mbus_code(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* ispif_enum_frame_size - Handle frame size enumeration
|
||||
* @sd: ISPIF V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fse: pointer to v4l2_subdev_frame_size_enum structure
|
||||
* return -EINVAL or zero on success
|
||||
*/
|
||||
@ -1006,7 +1006,7 @@ static int ispif_enum_frame_size(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* ispif_get_format - Handle get format by pads subdev method
|
||||
* @sd: ISPIF V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -1030,7 +1030,7 @@ static int ispif_get_format(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* ispif_set_format - Handle set format by pads subdev method
|
||||
* @sd: ISPIF V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
|
@ -815,7 +815,7 @@ static int vfe_set_stream(struct v4l2_subdev *sd, int enable)
|
||||
/*
|
||||
* __vfe_get_format - Get pointer to format structure
|
||||
* @line: VFE line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad from which format is requested
|
||||
* @which: TRY or ACTIVE format
|
||||
*
|
||||
@ -837,7 +837,7 @@ __vfe_get_format(struct vfe_line *line,
|
||||
/*
|
||||
* __vfe_get_compose - Get pointer to compose selection structure
|
||||
* @line: VFE line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @which: TRY or ACTIVE format
|
||||
*
|
||||
* Return pointer to TRY or ACTIVE compose rectangle structure
|
||||
@ -857,7 +857,7 @@ __vfe_get_compose(struct vfe_line *line,
|
||||
/*
|
||||
* __vfe_get_crop - Get pointer to crop selection structure
|
||||
* @line: VFE line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @which: TRY or ACTIVE format
|
||||
*
|
||||
* Return pointer to TRY or ACTIVE crop rectangle structure
|
||||
@ -877,7 +877,7 @@ __vfe_get_crop(struct vfe_line *line,
|
||||
/*
|
||||
* vfe_try_format - Handle try format by pad subdev method
|
||||
* @line: VFE line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @pad: pad on which format is requested
|
||||
* @fmt: pointer to v4l2 format structure
|
||||
* @which: wanted subdev format
|
||||
@ -938,7 +938,7 @@ static void vfe_try_format(struct vfe_line *line,
|
||||
/*
|
||||
* vfe_try_compose - Handle try compose selection by pad subdev method
|
||||
* @line: VFE line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @rect: pointer to v4l2 rect structure
|
||||
* @which: wanted subdev format
|
||||
*/
|
||||
@ -977,7 +977,7 @@ static void vfe_try_compose(struct vfe_line *line,
|
||||
/*
|
||||
* vfe_try_crop - Handle try crop selection by pad subdev method
|
||||
* @line: VFE line
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @rect: pointer to v4l2 rect structure
|
||||
* @which: wanted subdev format
|
||||
*/
|
||||
@ -1020,7 +1020,7 @@ static void vfe_try_crop(struct vfe_line *line,
|
||||
/*
|
||||
* vfe_enum_mbus_code - Handle pixel format enumeration
|
||||
* @sd: VFE V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @code: pointer to v4l2_subdev_mbus_code_enum structure
|
||||
*
|
||||
* return -EINVAL or zero on success
|
||||
@ -1054,7 +1054,7 @@ static int vfe_enum_mbus_code(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* vfe_enum_frame_size - Handle frame size enumeration
|
||||
* @sd: VFE V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fse: pointer to v4l2_subdev_frame_size_enum structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -1092,7 +1092,7 @@ static int vfe_enum_frame_size(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* vfe_get_format - Handle get format by pads subdev method
|
||||
* @sd: VFE V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -1120,7 +1120,7 @@ static int vfe_set_selection(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* vfe_set_format - Handle set format by pads subdev method
|
||||
* @sd: VFE V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @fmt: pointer to v4l2 subdev format structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -1171,7 +1171,7 @@ static int vfe_set_format(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* vfe_get_selection - Handle get selection by pads subdev method
|
||||
* @sd: VFE V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @sel: pointer to v4l2 subdev selection structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
@ -1241,7 +1241,7 @@ static int vfe_get_selection(struct v4l2_subdev *sd,
|
||||
/*
|
||||
* vfe_set_selection - Handle set selection by pads subdev method
|
||||
* @sd: VFE V4L2 subdevice
|
||||
* @cfg: V4L2 subdev pad configuration
|
||||
* @sd_state: V4L2 subdev state
|
||||
* @sel: pointer to v4l2 subdev selection structure
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
|
Loading…
x
Reference in New Issue
Block a user