Home
last modified time | relevance | path

Searched refs:eeprom_93cx6 (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/linux/
Deeprom_93cx6.h59 struct eeprom_93cx6 { struct
62 void (*register_read)(struct eeprom_93cx6 *eeprom); argument
63 void (*register_write)(struct eeprom_93cx6 *eeprom); argument
74 extern void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, argument
76 extern void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom,
78 extern void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom,
80 extern void eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom,
83 extern void eeprom_93cx6_wren(struct eeprom_93cx6 *eeprom, bool enable);
85 extern void eeprom_93cx6_write(struct eeprom_93cx6 *eeprom,
/Linux-v4.19/drivers/misc/eeprom/
Deeprom_93cx6.c30 static inline void eeprom_93cx6_pulse_high(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_pulse_high()
43 static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_pulse_low()
56 static void eeprom_93cx6_startup(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_startup()
76 static void eeprom_93cx6_cleanup(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_cleanup()
93 static void eeprom_93cx6_write_bits(struct eeprom_93cx6 *eeprom, in eeprom_93cx6_write_bits()
132 static void eeprom_93cx6_read_bits(struct eeprom_93cx6 *eeprom, in eeprom_93cx6_read_bits()
181 void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_read()
223 void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_multiread()
246 void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom, const u8 byte, in eeprom_93cx6_readb()
287 void eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom, const u8 byte, in eeprom_93cx6_multireadb()
[all …]
DMakefile6 obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2800pci.c90 static void rt2800pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt2800pci_eepromregister_read()
105 static void rt2800pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt2800pci_eepromregister_write()
122 struct eeprom_93cx6 eeprom; in rt2800pci_read_eeprom_pci()
Drt2400pci.c139 static void rt2400pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt2400pci_eepromregister_read()
154 static void rt2400pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt2400pci_eepromregister_write()
1441 struct eeprom_93cx6 eeprom; in rt2400pci_validate_eeprom()
Drt2500pci.c139 static void rt2500pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt2500pci_eepromregister_read()
154 static void rt2500pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt2500pci_eepromregister_write()
1567 struct eeprom_93cx6 eeprom; in rt2500pci_validate_eeprom()
Drt61pci.c177 static void rt61pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt61pci_eepromregister_read()
192 static void rt61pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt61pci_eepromregister_write()
2393 struct eeprom_93cx6 eeprom; in rt61pci_validate_eeprom()
/Linux-v4.19/drivers/net/ethernet/8390/
Dax88796.c610 static void ax_eeprom_register_read(struct eeprom_93cx6 *eeprom) in ax_eeprom_register_read()
621 static void ax_eeprom_register_write(struct eeprom_93cx6 *eeprom) in ax_eeprom_register_write()
723 struct eeprom_93cx6 eeprom; in ax_init_dev()
/Linux-v4.19/drivers/scsi/
Dwd719x.c708 static void wd719x_eeprom_reg_read(struct eeprom_93cx6 *eeprom) in wd719x_eeprom_reg_read()
716 static void wd719x_eeprom_reg_write(struct eeprom_93cx6 *eeprom) in wd719x_eeprom_reg_write()
734 struct eeprom_93cx6 eeprom; in wd719x_read_eeprom()
/Linux-v4.19/drivers/net/ethernet/micrel/
Dks8851.c137 struct eeprom_93cx6 eeprom;
1110 static void ks8851_eeprom_regread(struct eeprom_93cx6 *ee) in ks8851_eeprom_regread()
1122 static void ks8851_eeprom_regwrite(struct eeprom_93cx6 *ee) in ks8851_eeprom_regwrite()
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8187/
Ddev.c1392 static void rtl8187_eeprom_register_read(struct eeprom_93cx6 *eeprom) in rtl8187_eeprom_register_read()
1404 static void rtl8187_eeprom_register_write(struct eeprom_93cx6 *eeprom) in rtl8187_eeprom_register_write()
1429 struct eeprom_93cx6 eeprom; in rtl8187_probe()
/Linux-v4.19/drivers/net/wireless/admtek/
Dadm8211.c79 static void adm8211_eeprom_register_read(struct eeprom_93cx6 *eeprom) in adm8211_eeprom_register_read()
90 static void adm8211_eeprom_register_write(struct eeprom_93cx6 *eeprom) in adm8211_eeprom_register_write()
114 struct eeprom_93cx6 eeprom = { in adm8211_read_eeprom()
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8180/
Ddev.c1614 static void rtl8180_eeprom_register_read(struct eeprom_93cx6 *eeprom) in rtl8180_eeprom_register_read()
1625 static void rtl8180_eeprom_register_write(struct eeprom_93cx6 *eeprom) in rtl8180_eeprom_register_write()
1646 struct eeprom_93cx6 eeprom; in rtl8180_eeprom_read()