Lines Matching defs:tvdata
105 struct tveeprom tvdata;
107 memset(&tvdata,0,sizeof(tvdata));
113 tveeprom_hauppauge_analog(&tvdata, eeprom);
117 trace_eeprom("has_radio=%d",tvdata.has_radio);
118 trace_eeprom("tuner_type=%d",tvdata.tuner_type);
119 trace_eeprom("tuner_formats=0x%x",tvdata.tuner_formats);
120 trace_eeprom("audio_processor=%d",tvdata.audio_processor);
121 trace_eeprom("model=%d",tvdata.model);
122 trace_eeprom("revision=%d",tvdata.revision);
123 trace_eeprom("serial_number=%d",tvdata.serial_number);
124 trace_eeprom("rev_str=%s",tvdata.rev_str);
125 hdw->tuner_type = tvdata.tuner_type;
127 hdw->serial_number = tvdata.serial_number;
128 hdw->std_mask_eeprom = tvdata.tuner_formats;