Home
last modified time | relevance | path

Searched refs:blue_balance (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/usb/pwc/
H A Dpwc-v4l.c216 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 Dpwc.h294 struct v4l2_ctrl *blue_balance; member
/linux/drivers/media/usb/gspca/
H A Dt613.c35 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 Dpac7302.c109 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 Dspca501.c25 __u8 blue_balance; member
/linux/drivers/media/i2c/
H A Dov5648.c636 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 Dov7740.c100 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 Dov9650.c208 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 Dalvium-csi2.h365 struct v4l2_ctrl *blue_balance; member
H A Dov8865.c2178 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 Dov5640.c419 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 Dalvium-csi2.c2121 ctrls->blue_balance = v4l2_ctrl_new_std(hdl, ops, in alvium_ctrl_init()