Home
last modified time | relevance | path

Searched refs:has_ir (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/common/
Dtveeprom.c537 tvee->has_ir = 0; in tveeprom_hauppauge_analog()
657 tvee->has_ir = 1 | (eeprom_data[i+1] << 1); in tveeprom_hauppauge_analog()
754 if (tvee->has_ir) in tveeprom_hauppauge_analog()
757 (tvee->has_ir & 2) ? "" : "no ", in tveeprom_hauppauge_analog()
758 (tvee->has_ir & 4) ? "" : "no "); in tveeprom_hauppauge_analog()
/linux-4.4.14/include/media/
Dtveeprom.h59 u32 has_ir; member
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c262 int has_ir; in lustre_start_mgc() local
270 has_ir = OCD_HAS_FLAG(data, IMP_RECOV); in lustre_start_mgc()
271 if (has_ir ^ !(*flags & LMD_FLG_NOIR)) { in lustre_start_mgc()
275 has_ir ? "enabled" : "disabled"); in lustre_start_mgc()
276 if (has_ir) in lustre_start_mgc()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-driver.c519 if (itv->options.newi2c == -1 && tv.has_ir) { in ivtv_process_eeprom()
520 itv->options.newi2c = (tv.has_ir & 4) ? 1 : 0; in ivtv_process_eeprom()