Searched refs:newi2c (Results 1 – 4 of 4) sorted by relevance
143 static int newi2c = -1; variable169 module_param(newi2c, int, 0644);266 MODULE_PARM_DESC(newi2c,520 if (itv->options.newi2c == -1 && tv.has_ir) { in ivtv_process_eeprom()521 itv->options.newi2c = (tv.has_ir & 4) ? 1 : 0; in ivtv_process_eeprom()522 if (itv->options.newi2c) { in ivtv_process_eeprom()666 itv->options.newi2c = newi2c; in ivtv_process_options()
698 if (itv->options.newi2c > 0) { in init_ivtv_i2c()720 if (itv->options.newi2c > 0) in init_ivtv_i2c()
197 int newi2c; /* new I2C algorithm */ member
1866 if ((val == 0 && itv->options.newi2c) || (val & 0x01)) in ivtv_default()