Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c119 trace_eeprom("tuner_formats=0x%x",tvdata.tuner_formats); in pvr2_eeprom_analyze()
128 hdw->std_mask_eeprom = tvdata.tuner_formats; in pvr2_eeprom_analyze()
/linux-5.19.10/include/media/
Dtveeprom.h76 u32 tuner_formats; member
/linux-5.19.10/drivers/media/common/
Dtveeprom.c676 tvee->tuner_formats = 0; in tveeprom_hauppauge_analog()
680 tvee->tuner_formats |= hauppauge_tuner_fmt[i].id; in tveeprom_hauppauge_analog()
/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-driver.c423 if ((tv.tuner_formats & TVEEPROM_TUNER_FORMAT_ALL) in cx18_process_eeprom()
427 } else if (tv.tuner_formats & V4L2_STD_PAL) { in cx18_process_eeprom()
430 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in cx18_process_eeprom()
433 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in cx18_process_eeprom()
/linux-5.19.10/drivers/media/pci/ivtv/
Divtv-driver.c530 if (tv.tuner_formats & V4L2_STD_PAL) { in ivtv_process_eeprom()
533 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in ivtv_process_eeprom()
536 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in ivtv_process_eeprom()
/linux-5.19.10/drivers/media/pci/cx88/
Dcx88.h366 unsigned int tuner_formats; member
Dcx88-cards.c2886 core->tuner_formats = tv.tuner_formats; in hauppauge_eeprom()