Home
last modified time | relevance | path

Searched refs:tuner_formats (Results 1 – 6 of 6) sorted by relevance

/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c135 trace_eeprom("tuner_formats=0x%x",tvdata.tuner_formats); in pvr2_eeprom_analyze()
144 hdw->std_mask_eeprom = tvdata.tuner_formats; in pvr2_eeprom_analyze()
/drivers/media/common/
Dtveeprom.c706 tvee->tuner_formats = 0; in tveeprom_hauppauge_analog()
710 tvee->tuner_formats |= hauppauge_tuner_fmt[i].id; in tveeprom_hauppauge_analog()
/drivers/media/pci/cx18/
Dcx18-driver.c438 if ((tv.tuner_formats & TVEEPROM_TUNER_FORMAT_ALL) in cx18_process_eeprom()
442 } else if (tv.tuner_formats & V4L2_STD_PAL) { in cx18_process_eeprom()
445 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in cx18_process_eeprom()
448 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in cx18_process_eeprom()
/drivers/media/pci/ivtv/
Divtv-driver.c533 if (tv.tuner_formats & V4L2_STD_PAL) { in ivtv_process_eeprom()
536 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in ivtv_process_eeprom()
539 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in ivtv_process_eeprom()
/drivers/media/pci/cx88/
Dcx88.h374 unsigned int tuner_formats; member
Dcx88-cards.c2861 core->tuner_formats = tv.tuner_formats; in hauppauge_eeprom()