Lines Matching defs:hdw
10 #include "pvrusb2-hdw-internal.h"
31 static u8 *pvr2_eeprom_fetch(struct pvr2_hdw *hdw)
50 hdw->eeprom_addr);
51 addr = hdw->eeprom_addr;
89 if ((ret = i2c_transfer(&hdw->i2c_adap,
102 int pvr2_eeprom_analyze(struct pvr2_hdw *hdw)
109 eeprom = pvr2_eeprom_fetch(hdw);
125 hdw->tuner_type = tvdata.tuner_type;
126 hdw->tuner_updated = !0;
127 hdw->serial_number = tvdata.serial_number;
128 hdw->std_mask_eeprom = tvdata.tuner_formats;