Searched refs:newi2c (Results 1 – 4 of 4) sorted by relevance
139 static int newi2c = -1; variable165 module_param(newi2c, int, 0644);262 MODULE_PARM_DESC(newi2c,488 if (itv->options.newi2c == -1 && tv.has_ir) { in ivtv_process_eeprom()489 itv->options.newi2c = (tv.has_ir & 4) ? 1 : 0; in ivtv_process_eeprom()490 if (itv->options.newi2c) { in ivtv_process_eeprom()634 itv->options.newi2c = newi2c; in ivtv_process_options()
721 if (itv->options.newi2c > 0) { in init_ivtv_i2c()747 if (itv->options.newi2c > 0) in init_ivtv_i2c()
195 int newi2c; /* new I2C algorithm */ member
1805 if ((val == 0 && itv->options.newi2c) || (val & 0x01)) in ivtv_default()