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