Searched refs:atomisp_subdev_get_rect (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 233 struct v4l2_rect *atomisp_subdev_get_rect(struct v4l2_subdev *sd, in atomisp_subdev_get_rect() function 283 crop[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 285 comp[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 329 rec = atomisp_subdev_get_rect(sd, sd_state, sel->which, sel->pad, in isp_subdev_get_selection() 501 if (!atomisp_subdev_get_rect(sd, sd_state, which, pad, target)) in atomisp_subdev_set_selection() 503 *r = *atomisp_subdev_get_rect(sd, sd_state, which, pad, target); in atomisp_subdev_set_selection()
|
H A D | atomisp_subdev.h | 349 struct v4l2_rect *atomisp_subdev_get_rect(struct v4l2_subdev *sd,
|
H A D | atomisp_cmd.c | 4058 isp_sink_crop = atomisp_subdev_get_rect( in atomisp_set_fmt_to_isp() 4399 isp_sink_crop = *atomisp_subdev_get_rect(&asd->subdev, NULL, in atomisp_set_fmt()
|