Searched refs:red_balance (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 209 pdev->red_balance = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, in pwc_init_controls() 522 pdev->red_balance->val = pdev->last_red_balance; in pwc_g_volatile_ctrl() 528 &pdev->red_balance->val); in pwc_g_volatile_ctrl() 536 pdev->last_red_balance = pdev->red_balance->val; in pwc_g_volatile_ctrl() 609 if (pdev->red_balance->is_new) { in pwc_set_awb() 612 pdev->red_balance->val); in pwc_set_awb()
|
H A D | pwc.h | 293 struct v4l2_ctrl *red_balance; member
|
/linux/drivers/media/usb/gspca/ |
H A D | t613.c | 34 struct v4l2_ctrl *red_balance; member 498 red_gain = green_gain + sd->red_balance->val; in setawb_n_RGB() 888 sd->red_balance->val = red_gain - green_gain; in sd_g_volatile_ctrl() 973 sd->red_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
H A D | pac7302.c | 108 struct v4l2_ctrl *red_balance; member 450 rgbbalance_ctrl_to_reg_value(sd->red_balance->val)); in setredbalance() 649 sd->red_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
H A D | spca501.c | 26 __u8 red_balance; member
|
/linux/drivers/media/i2c/ |
H A D | ov5648.c | 635 struct v4l2_ctrl *red_balance; member 1629 u32 red_balance, u32 blue_balance) in ov5648_white_balance_configure() argument 1638 OV5648_GAIN_RED_MAN_H(red_balance)); in ov5648_white_balance_configure() 1643 OV5648_GAIN_RED_MAN_L(red_balance)); in ov5648_white_balance_configure() 2012 ctrls->red_balance->val, in ov5648_s_ctrl() 2079 ctrls->red_balance = v4l2_ctrl_new_std(handler, ops, in ov5648_ctrls_init()
|
H A D | ov7740.c | 101 struct v4l2_ctrl *red_balance; member 355 ret = regmap_write(regmap, REG_RGAIN, ov7740->red_balance->val); in ov7740_set_white_balance() 956 ov7740->red_balance = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
|
H A D | ar0521.c | 101 struct v4l2_ctrl *red_balance; member 226 int red = max(green + sensor->ctrls.red_balance->val, 0); in ar0521_set_gains() 616 ctrls->red_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_RED_BALANCE, in ar0521_init_controls()
|
H A D | ov9650.c | 209 struct v4l2_ctrl *red_balance; member 639 ov965x->ctrls.red_balance->val); in ov965x_set_white_balance() 1003 ctrls->red_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_RED_BALANCE, in ov965x_initialize_controls()
|
H A D | alvium-csi2.h | 366 struct v4l2_ctrl *red_balance; member
|
H A D | ov8865.c | 2164 u32 red_balance) in ov8865_red_balance_configure() argument 2169 OV8865_ISP_GAIN_RED_H(red_balance)); in ov8865_red_balance_configure() 2174 OV8865_ISP_GAIN_RED_L(red_balance)); in ov8865_red_balance_configure()
|
H A D | ov5640.c | 420 struct v4l2_ctrl *red_balance; member 3157 u16 red = (u16)sensor->ctrls.red_balance->val; in ov5640_set_ctrl_white_balance() 3475 ctrls->red_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_RED_BALANCE, in ov5640_init_controls()
|