Searched refs:eeprom (Results 1 – 2 of 2) sorted by relevance
52 void (*register_read)(struct eeprom_93cx6 *eeprom);53 void (*register_write)(struct eeprom_93cx6 *eeprom);67 extern void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom,69 extern void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom,71 extern void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom,73 extern void eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom,76 extern void eeprom_93cx6_wren(struct eeprom_93cx6 *eeprom, bool enable);78 extern void eeprom_93cx6_write(struct eeprom_93cx6 *eeprom,81 static inline bool has_quirk_extra_read_cycle(struct eeprom_93cx6 *eeprom) in has_quirk_extra_read_cycle() argument83 return eeprom->quirks & PCI_EEPROM_QUIRK_EXTRA_READ_CYCLE; in has_quirk_extra_read_cycle()
1002 struct ethtool_eeprom *eeprom, u8 *data);1004 struct ethtool_eeprom *eeprom, u8 *data);
Completed in 7 milliseconds