Searched refs:newi2c (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-driver.c124 static int newi2c = -1; variable
146 module_param(newi2c, int, 0644);
216 MODULE_PARM_DESC(newi2c,
424 /* only enable newi2c if an IR blaster is present */
425 if (itv->options.newi2c == -1 && tv.has_ir != -1 && tv.has_ir != 2) {
426 itv->options.newi2c = (tv.has_ir & 2) ? 1 : 0;
427 if (itv->options.newi2c) {
551 itv->options.newi2c = newi2c;
H A Divtv-i2c.c712 if (itv->options.newi2c > 0) {
737 if (itv->options.newi2c > 0)
H A Divtv-driver.h334 int newi2c; /* New I2C algorithm */ member in struct:ivtv_options

Completed in 46 milliseconds