Home
last modified time | relevance | path

Searched refs:V4L2_CID_RED_BALANCE (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Dtw2804.c194 case V4L2_CID_RED_BALANCE: in tw2804_g_volatile_ctrl()
237 case V4L2_CID_RED_BALANCE: in tw2804_s_ctrl()
404 V4L2_CID_RED_BALANCE, 0, 255, 1, 122); in tw2804_probe()
Dml86v7667.c138 case V4L2_CID_RED_BALANCE: in ml86v7667_s_ctrl()
370 V4L2_CID_RED_BALANCE, -4, 3, 1, 0); in ml86v7667_probe()
Dmt9v011.c437 case V4L2_CID_RED_BALANCE: in mt9v011_s_ctrl()
523 V4L2_CID_RED_BALANCE, -(1 << 9), (1 << 9) - 1, 1, 0); in mt9v011_probe()
Dnoon010pc30.c483 case V4L2_CID_RED_BALANCE: in noon010_s_ctrl()
733 V4L2_CID_RED_BALANCE, 0, 127, 1, 64); in noon010_probe()
Dsr030pc30.c716 V4L2_CID_RED_BALANCE, 0, 127, 1, 64); in sr030pc30_probe()
Dov9650.c1005 ctrls->red_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_RED_BALANCE, in ov965x_initialize_controls()
Ds5k5baf.c1647 ctrls->gain_red = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_RED_BALANCE, in s5k5baf_initialize_ctrls()
/linux-4.1.27/drivers/media/usb/gspca/
Dspca501.c1970 case V4L2_CID_RED_BALANCE: in sd_s_ctrl()
1996 V4L2_CID_RED_BALANCE, 0, 127, 1, 0); in sd_init_controls()
Djeilinj.c415 case V4L2_CID_RED_BALANCE: in sd_s_ctrl()
461 V4L2_CID_RED_BALANCE, 0, 3, 1, 2); in sd_init_controls()
Dtouptek.c612 case V4L2_CID_RED_BALANCE: in sd_s_ctrl()
641 V4L2_CID_RED_BALANCE, 0, 1023, 1, 295); in sd_init_controls()
Dpac7302.c616 case V4L2_CID_RED_BALANCE: in sd_s_ctrl()
664 V4L2_CID_RED_BALANCE, in sd_init_controls()
Dt613.c987 V4L2_CID_RED_BALANCE, -0x30, 0x30, 1, 0); in sd_init_controls()
Dtopro.c4869 case V4L2_CID_RED_BALANCE: in sd_s_ctrl()
4902 V4L2_CID_RED_BALANCE, 0, 4095, 1, 256); in sd_init_controls()
Dsonixj.c1641 V4L2_CID_RED_BALANCE, 24, 40, 1, 32); in sd_init_controls()
2836 case V4L2_CID_RED_BALANCE: in sd_s_ctrl()
Dsn9c20x.c1736 V4L2_CID_RED_BALANCE, 0, 127, 1, 0x28); in sd_init_controls()
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/
Dstv06xx_pb0100.c154 V4L2_CID_RED_BALANCE, -255, 255, 1, 0); in pb0100_init_controls()
/linux-4.1.27/drivers/media/usb/gspca/m5602/
Dm5602_mt9m111.c142 V4L2_CID_RED_BALANCE, 0, 0x7ff, 1, in mt9m111_init_controls()
Dm5602_po1030.c145 V4L2_CID_RED_BALANCE, 0, 255, 1, in po1030_init_controls()
Dm5602_ov9650.c228 V4L2_CID_RED_BALANCE, 0, 255, 1, in ov9650_init_controls()
/linux-4.1.27/include/uapi/linux/
Dv4l2-controls.h84 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14) macro
/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-video.c1192 case V4L2_CID_RED_BALANCE: in em28xx_s_ctrl()
2470 if (NULL == v4l2_ctrl_find(hdl, V4L2_CID_RED_BALANCE)) in em28xx_v4l2_init()
2472 V4L2_CID_RED_BALANCE, in em28xx_v4l2_init()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_ctrl.c596 V4L2_CID_RED_BALANCE },
611 .id = V4L2_CID_RED_BALANCE,
/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov6650.c987 V4L2_CID_RED_BALANCE, 0, 0xff, 1, DEF_RED); in ov6650_probe()
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-v4l.c222 V4L2_CID_RED_BALANCE, 0, 255, 1, def); in pwc_init_controls()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c619 case V4L2_CID_RED_BALANCE: return "Red Balance"; in v4l2_ctrl_get_name()
1148 case V4L2_CID_RED_BALANCE: in v4l2_ctrl_fill()