Searched refs:blue_balance (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 216 pdev->blue_balance = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, in pwc_init_controls() 523 pdev->blue_balance->val = pdev->last_blue_balance; in pwc_g_volatile_ctrl() 533 &pdev->blue_balance->val); in pwc_g_volatile_ctrl() 537 pdev->last_blue_balance = pdev->blue_balance->val; in pwc_g_volatile_ctrl() 617 if (pdev->blue_balance->is_new) { in pwc_set_awb() 620 pdev->blue_balance->val); in pwc_set_awb()
|
H A D | pwc.h | 294 struct v4l2_ctrl *blue_balance; member
|
/linux/drivers/media/usb/gspca/ |
H A D | t613.c | 35 struct v4l2_ctrl *blue_balance; member 504 blue_gain = green_gain + sd->blue_balance->val; in setawb_n_RGB() 889 sd->blue_balance->val = blue_gain - green_gain; in sd_g_volatile_ctrl() 971 sd->blue_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
H A D | pac7302.c | 109 struct v4l2_ctrl *blue_balance; member 461 rgbbalance_ctrl_to_reg_value(sd->blue_balance->val)); in setbluebalance() 654 sd->blue_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
H A D | spca501.c | 25 __u8 blue_balance; member
|
/linux/drivers/media/i2c/ |
H A D | ov5648.c | 636 struct v4l2_ctrl *blue_balance; member 1629 u32 red_balance, u32 blue_balance) in ov5648_white_balance_configure() argument 1648 OV5648_GAIN_BLUE_MAN_H(blue_balance)); in ov5648_white_balance_configure() 1653 OV5648_GAIN_BLUE_MAN_L(blue_balance)); in ov5648_white_balance_configure() 2013 ctrls->blue_balance->val); in ov5648_s_ctrl() 2083 ctrls->blue_balance = v4l2_ctrl_new_std(handler, ops, in ov5648_ctrls_init()
|
H A D | ov7740.c | 100 struct v4l2_ctrl *blue_balance; member 351 ov7740->blue_balance->val); in ov7740_set_white_balance() 953 ov7740->blue_balance = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
|
H A D | ov9650.c | 208 struct v4l2_ctrl *blue_balance; member 635 ov965x->ctrls.blue_balance->val); in ov965x_set_white_balance() 1001 ctrls->blue_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_BLUE_BALANCE, in ov965x_initialize_controls()
|
H A D | alvium-csi2.h | 365 struct v4l2_ctrl *blue_balance; member
|
H A D | ov8865.c | 2178 u32 blue_balance) in ov8865_blue_balance_configure() argument 2183 OV8865_ISP_GAIN_BLUE_H(blue_balance)); in ov8865_blue_balance_configure() 2188 OV8865_ISP_GAIN_BLUE_L(blue_balance)); in ov8865_blue_balance_configure()
|
H A D | ov5640.c | 419 struct v4l2_ctrl *blue_balance; member 3158 u16 blue = (u16)sensor->ctrls.blue_balance->val; in ov5640_set_ctrl_white_balance() 3473 ctrls->blue_balance = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_BLUE_BALANCE, in ov5640_init_controls()
|
H A D | alvium-csi2.c | 2121 ctrls->blue_balance = v4l2_ctrl_new_std(hdl, ops, in alvium_ctrl_init()
|