Home
last modified time | relevance | path

Searched refs:colorfx (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c80 static const unsigned short colorfx[][2] = { in s5c73m3_set_colorfx() local
89 for (i = 0; i < ARRAY_SIZE(colorfx); i++) { in s5c73m3_set_colorfx()
90 if (colorfx[i][0] != val) in s5c73m3_set_colorfx()
95 v4l2_ctrl_get_menu(state->ctrls.colorfx->id)[i]); in s5c73m3_set_colorfx()
98 colorfx[i][1]); in s5c73m3_set_colorfx()
514 ctrls->colorfx = v4l2_ctrl_new_std_menu(hdl, ops, V4L2_CID_COLORFX, in s5c73m3_init_controls()
Ds5c73m3.h343 struct v4l2_ctrl *colorfx; member
/linux-6.6.21/drivers/media/platform/samsung/s3c-camif/
Dcamif-regs.c60 static const struct v4l2_control colorfx[] = { in camif_hw_set_effect() local
72 for (i = 0; i < ARRAY_SIZE(colorfx); i++) in camif_hw_set_effect()
73 if (colorfx[i].id == effect) in camif_hw_set_effect()
76 if (i == ARRAY_SIZE(colorfx)) in camif_hw_set_effect()
82 cfg |= colorfx[i].value; in camif_hw_set_effect()
Dcamif-core.h294 u8 colorfx; member
Dcamif-capture.c79 camif_hw_set_effect(camif, camif->colorfx, in s3c_camif_hw_init()
365 camif_hw_set_effect(camif, camif->colorfx, in s3c_camif_irq_handler()
1498 camif->colorfx = camif->ctrl_colorfx->val; in s3c_camif_subdev_s_ctrl()
/linux-6.6.21/drivers/media/platform/samsung/exynos4-is/
Dfimc-core.c458 static int fimc_set_color_effect(struct fimc_ctx *ctx, enum v4l2_colorfx colorfx) in fimc_set_color_effect() argument
462 switch (colorfx) { in fimc_set_color_effect()
597 ctrls->colorfx = v4l2_ctrl_new_std_menu(handler, &fimc_ctrl_ops, in fimc_ctrls_create()
607 v4l2_ctrl_cluster(2, &ctrls->colorfx); in fimc_ctrls_create()
637 v4l2_ctrl_activate(ctrls->colorfx, active); in fimc_ctrls_activate()
642 fimc_set_color_effect(ctx, ctrls->colorfx->cur.val); in fimc_ctrls_activate()
Dfimc-isp.h98 struct v4l2_ctrl *colorfx; member
Dfimc-core.h447 struct v4l2_ctrl *colorfx; member
Dfimc-isp.c760 ctrls->colorfx = v4l2_ctrl_new_std_menu(handler, ops, V4L2_CID_COLORFX, in fimc_isp_subdev_create()
/linux-6.6.21/drivers/media/i2c/
Dmt9m111.c869 static const struct v4l2_control colorfx[] = { in mt9m111_set_colorfx() local
878 for (i = 0; i < ARRAY_SIZE(colorfx); i++) { in mt9m111_set_colorfx()
879 if (colorfx[i].id == val) { in mt9m111_set_colorfx()
881 colorfx[i].value, in mt9m111_set_colorfx()
Ds5k5baf.c720 static const u16 colorfx[] = { in s5k5baf_hw_set_colorfx() local
729 s5k5baf_write(state, REG_G_SPEC_EFFECTS, colorfx[val]); in s5k5baf_hw_set_colorfx()
/linux-6.6.21/drivers/media/usb/pwc/
Dpwc.h317 struct v4l2_ctrl *colorfx; member
Dpwc-v4l.c287 pdev->colorfx = v4l2_ctrl_new_std_menu(hdl, &pwc_ctrl_ops, in pwc_init_controls()
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c201 static const char * const colorfx[] = { in v4l2_ctrl_get_menu() local
658 return colorfx; in v4l2_ctrl_get_menu()
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dcontrol.rst196 .. _v4l2-colorfx: