Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c130 trace_eeprom("tuner_formats=0x%x",tvdata.tuner_formats); in pvr2_eeprom_analyze()
139 hdw->std_mask_eeprom = tvdata.tuner_formats; in pvr2_eeprom_analyze()
/Linux-v4.19/include/media/
Dtveeprom.h76 u32 tuner_formats; member
/Linux-v4.19/drivers/media/common/
Dtveeprom.c684 tvee->tuner_formats = 0; in tveeprom_hauppauge_analog()
688 tvee->tuner_formats |= hauppauge_tuner_fmt[i].id; in tveeprom_hauppauge_analog()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c433 if ((tv.tuner_formats & TVEEPROM_TUNER_FORMAT_ALL) in cx18_process_eeprom()
437 } else if (tv.tuner_formats & V4L2_STD_PAL) { in cx18_process_eeprom()
440 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in cx18_process_eeprom()
443 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in cx18_process_eeprom()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.c534 if (tv.tuner_formats & V4L2_STD_PAL) { in ivtv_process_eeprom()
537 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in ivtv_process_eeprom()
540 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in ivtv_process_eeprom()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88.h375 unsigned int tuner_formats; member
Dcx88-cards.c2859 core->tuner_formats = tv.tuner_formats; in hauppauge_eeprom()