Searched refs:PAS106_REG0e (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/ |
D | etoms.c | 148 #define PAS106_REG0e 0x0e /* global gain [4..0](default 0x0e) */ macro 521 i2c_w(gspca_dev, PAS106_REG0e, &value, 1, 1); in Et_init1() 532 i2c_w(gspca_dev, PAS106_REG0e, &value, 1, 1); in Et_init1() 610 i2c_r(gspca_dev, PAS106_REG0e); in Et_getgainG() 625 i2c_w(gspca_dev, PAS106_REG0e, &gain, 1, 1); in Et_setgainG()
|