Searched refs:sdsel (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c768 struct v4l2_subdev_selection sdsel = { local
798 sdsel.pad = pad;
799 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel);
801 sel->r = sdsel.r;
823 struct v4l2_subdev_selection sdsel = { local
848 sdsel.pad = pad;
850 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel);
853 sel->r = sdsel.r;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c646 struct v4l2_subdev_selection sdsel = { local
677 sdsel.pad = pad;
678 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel);
680 sel->r = sdsel.r;
702 struct v4l2_subdev_selection sdsel = { local
727 sdsel.pad = pad;
729 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel);
732 sel->r = sdsel.r;
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c438 struct v4l2_subdev_selection sdsel = { local
486 NULL, &sdsel);
490 try_crop->width = sdsel.r.width;
491 try_crop->height = sdsel.r.height;
618 struct v4l2_subdev_selection sdsel = { local
634 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel);
636 sel->r = sdsel.r;
658 struct v4l2_subdev_selection sdsel = { local
675 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel);
677 sel->r = sdsel
[all...]

Completed in 117 milliseconds