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

/linux-master/include/media/
H A Dtveeprom.h42 * @tuner_formats: Supported analog TV standards (V4L2_STD_*).
76 u32 tuner_formats; member in struct:tveeprom
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-eeprom.c119 trace_eeprom("tuner_formats=0x%x",tvdata.tuner_formats);
128 hdw->std_mask_eeprom = tvdata.tuner_formats;
/linux-master/drivers/media/common/
H A Dtveeprom.c676 tvee->tuner_formats = 0;
680 tvee->tuner_formats |= hauppauge_tuner_fmt[i].id;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c423 if ((tv.tuner_formats & TVEEPROM_TUNER_FORMAT_ALL)
427 } else if (tv.tuner_formats & V4L2_STD_PAL) {
430 } else if (tv.tuner_formats & V4L2_STD_NTSC) {
433 } else if (tv.tuner_formats & V4L2_STD_SECAM) {
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.c530 if (tv.tuner_formats & V4L2_STD_PAL) {
533 } else if (tv.tuner_formats & V4L2_STD_NTSC) {
536 } else if (tv.tuner_formats & V4L2_STD_SECAM) {
/linux-master/drivers/media/pci/cx88/
H A Dcx88.h366 unsigned int tuner_formats; member in struct:cx88_core
H A Dcx88-cards.c2886 core->tuner_formats = tv.tuner_formats;

Completed in 145 milliseconds