Searched refs:sdsel (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/media/tegra-video/ |
| H A D | vi.c | 436 struct v4l2_subdev_selection sdsel = { in __tegra_channel_try_format() local 484 NULL, &sdsel); in __tegra_channel_try_format() 490 try_crop->width = sdsel.r.width; in __tegra_channel_try_format() 491 try_crop->height = sdsel.r.height; in __tegra_channel_try_format() 619 struct v4l2_subdev_selection sdsel = { in tegra_channel_g_selection() local 635 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection() 637 sel->r = sdsel.r; in tegra_channel_g_selection() 659 struct v4l2_subdev_selection sdsel = { in tegra_channel_s_selection() local 676 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection() 678 sel->r = sdsel.r; in tegra_channel_s_selection()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispvideo.c | 811 struct v4l2_subdev_selection sdsel = { in isp_video_get_selection() local 841 sdsel.pad = pad; in isp_video_get_selection() 842 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in isp_video_get_selection() 844 sel->r = sdsel.r; in isp_video_get_selection() 866 struct v4l2_subdev_selection sdsel = { in isp_video_set_selection() local 891 sdsel.pad = pad; in isp_video_set_selection() 893 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection() 896 sel->r = sdsel.r; in isp_video_set_selection()
|