Searched refs:newi2c (Results 1 – 4 of 4) sorted by relevance
142 static int newi2c = -1; variable168 module_param(newi2c, int, 0644);265 MODULE_PARM_DESC(newi2c,516 if (itv->options.newi2c == -1 && tv.has_ir) { in ivtv_process_eeprom()517 itv->options.newi2c = (tv.has_ir & 4) ? 1 : 0; in ivtv_process_eeprom()518 if (itv->options.newi2c) { in ivtv_process_eeprom()662 itv->options.newi2c = newi2c; in ivtv_process_options()
704 if (itv->options.newi2c > 0) { in init_ivtv_i2c()726 if (itv->options.newi2c > 0) in init_ivtv_i2c()
194 int newi2c; /* new I2C algorithm */ member
1661 if ((val == 0 && itv->options.newi2c) || (val & 0x01)) in ivtv_default()