Searched refs:gsc_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.c | 755 static const struct v4l2_ctrl_ops gsc_ctrl_ops = { variable 769 &gsc_ctrl_ops, V4L2_CID_ROTATE, 0, 270, 90, 0); in gsc_ctrls_create() 771 &gsc_ctrl_ops, V4L2_CID_HFLIP, 0, 1, 1, 0); in gsc_ctrls_create() 773 &gsc_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); in gsc_ctrls_create() 775 &gsc_ctrl_ops, V4L2_CID_ALPHA_COMPONENT, 0, 255, 1, 0); in gsc_ctrls_create()
|