Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dt613.c492 u8 all_gain_reg[8] = { in setawb_n_RGB() local
510 all_gain_reg[1] = red_gain; in setawb_n_RGB()
511 all_gain_reg[3] = blue_gain; in setawb_n_RGB()
512 all_gain_reg[5] = green_gain; in setawb_n_RGB()
513 all_gain_reg[7] = sensor_data[sd->sensor].reg80; in setawb_n_RGB()
515 all_gain_reg[7] &= ~0x04; /* AWB off */ in setawb_n_RGB()
517 reg_w_buf(gspca_dev, all_gain_reg, sizeof all_gain_reg); in setawb_n_RGB()