Searched refs:fimc_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/platform/exynos4-is/ |
D | fimc-core.c | 569 static const struct v4l2_ctrl_ops fimc_ctrl_ops = { variable 584 ctrls->rotate = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create() 586 ctrls->hflip = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create() 588 ctrls->vflip = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create() 592 ctrls->alpha = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create() 598 ctrls->colorfx = v4l2_ctrl_new_std_menu(handler, &fimc_ctrl_ops, in fimc_ctrls_create() 602 ctrls->colorfx_cbcr = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create()
|