Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-eeprom.c140 trace_eeprom("tuner_formats=0x%x",tvdata.tuner_formats); in pvr2_eeprom_analyze()
149 hdw->std_mask_eeprom = tvdata.tuner_formats; in pvr2_eeprom_analyze()
/linux-3.4.99/include/media/
Dtveeprom.h15 u32 tuner_formats; member
/linux-3.4.99/drivers/media/video/
Dtveeprom.c694 tvee->tuner_formats = 0; in tveeprom_hauppauge_analog()
698 tvee->tuner_formats |= hauppauge_tuner_fmt[i].id; in tveeprom_hauppauge_analog()
/linux-3.4.99/drivers/media/video/cx18/
Dcx18-driver.c431 if ((tv.tuner_formats & TVEEPROM_TUNER_FORMAT_ALL) in cx18_process_eeprom()
435 } else if (tv.tuner_formats & V4L2_STD_PAL) { in cx18_process_eeprom()
438 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in cx18_process_eeprom()
441 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in cx18_process_eeprom()
/linux-3.4.99/drivers/media/video/ivtv/
Divtv-driver.c502 if (tv.tuner_formats & V4L2_STD_PAL) { in ivtv_process_eeprom()
505 } else if (tv.tuner_formats & V4L2_STD_NTSC) { in ivtv_process_eeprom()
508 } else if (tv.tuner_formats & V4L2_STD_SECAM) { in ivtv_process_eeprom()
/linux-3.4.99/drivers/media/video/cx88/
Dcx88.h367 unsigned int tuner_formats; member
Dcx88-cards.c2856 core->tuner_formats = tv.tuner_formats; in hauppauge_eeprom()