Searched refs:atomisp_subdev_get_rect (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/media/atomisp/pci/ |
D | atomisp_subdev.c | 248 struct v4l2_rect *atomisp_subdev_get_rect(struct v4l2_subdev *sd, in atomisp_subdev_get_rect() function 298 crop[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 300 comp[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 344 rec = atomisp_subdev_get_rect(sd, sd_state, sel->which, sel->pad, in isp_subdev_get_selection() 553 if (!atomisp_subdev_get_rect(sd, sd_state, which, pad, target)) in atomisp_subdev_set_selection() 555 *r = *atomisp_subdev_get_rect(sd, sd_state, which, pad, target); in atomisp_subdev_set_selection()
|
D | atomisp_subdev.h | 387 struct v4l2_rect *atomisp_subdev_get_rect(struct v4l2_subdev *sd,
|
D | atomisp_cmd.c | 4753 isp_sink_crop = atomisp_subdev_get_rect( in atomisp_set_fmt_to_isp() 5229 capture_comp = atomisp_subdev_get_rect( in atomisp_set_fmt() 5235 capture_comp = atomisp_subdev_get_rect( in atomisp_set_fmt() 5286 r = atomisp_subdev_get_rect( in atomisp_set_fmt() 5357 r = atomisp_subdev_get_rect( in atomisp_set_fmt() 5414 isp_sink_crop = *atomisp_subdev_get_rect(&asd->subdev, NULL, in atomisp_set_fmt()
|