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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtveeprom.h6 /* If has_ir == 0, then it is unknown what the IR capabilities are,
11 u32 has_ir; member in struct:tveeprom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtveeprom.c511 tvee->has_ir = 0;
631 tvee->has_ir = 1 | (eeprom_data[i+1] << 1);
728 if (tvee->has_ir)
731 (tvee->has_ir & 2) ? "" : "no ",
732 (tvee->has_ir & 4) ? "" : "no ");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.c488 if (itv->options.newi2c == -1 && tv.has_ir) {
489 itv->options.newi2c = (tv.has_ir & 4) ? 1 : 0;

Completed in 49 milliseconds