Searched refs:eeprom_93cx6 (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/
H A Deeprom_93cx6.h9 Module: eeprom_93cx6
29 * struct eeprom_93cx6 - control structure for setting the commands
32 * @register_read(struct eeprom_93cx6 *eeprom): handler to
34 * @register_write(struct eeprom_93cx6 *eeprom): handler to
44 * and the eeprom_93cx6 handlers for reading the eeprom.
46 struct eeprom_93cx6 { struct
49 void (*register_read)(struct eeprom_93cx6 *eeprom);
50 void (*register_write)(struct eeprom_93cx6 *eeprom);
61 extern void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom,
63 extern void eeprom_93cx6_multiread(struct eeprom_93cx6 *eepro
[all...]
/linux-master/drivers/misc/eeprom/
H A Deeprom_93cx6.c6 * Module: eeprom_93cx6
14 #include <linux/eeprom_93cx6.h>
21 static inline void eeprom_93cx6_pulse_high(struct eeprom_93cx6 *eeprom)
34 static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom)
47 static void eeprom_93cx6_startup(struct eeprom_93cx6 *eeprom)
67 static void eeprom_93cx6_cleanup(struct eeprom_93cx6 *eeprom)
84 static void eeprom_93cx6_write_bits(struct eeprom_93cx6 *eeprom,
123 static void eeprom_93cx6_read_bits(struct eeprom_93cx6 *eeprom,
172 void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word,
214 void eeprom_93cx6_multiread(struct eeprom_93cx6 *eepro
[all...]
H A DMakefile5 obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800pci.c27 #include <linux/eeprom_93cx6.h>
79 static void rt2800pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
94 static void rt2800pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
111 struct eeprom_93cx6 eeprom;
H A Drt2400pci.c19 #include <linux/eeprom_93cx6.h>
128 static void rt2400pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
143 static void rt2400pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
1432 struct eeprom_93cx6 eeprom;
H A Drt2500pci.c19 #include <linux/eeprom_93cx6.h>
128 static void rt2500pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
143 static void rt2500pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
1558 struct eeprom_93cx6 eeprom;
H A Drt61pci.c21 #include <linux/eeprom_93cx6.h>
166 static void rt61pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
181 static void rt61pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
2301 struct eeprom_93cx6 eeprom;
/linux-master/drivers/net/ethernet/micrel/
H A Dks8851.h13 #include <linux/eeprom_93cx6.h>
405 struct eeprom_93cx6 eeprom;
H A Dks8851_common.c747 static void ks8851_eeprom_regread(struct eeprom_93cx6 *ee)
759 static void ks8851_eeprom_regwrite(struct eeprom_93cx6 *ee)
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Dleds.c17 #include <linux/eeprom_93cx6.h>
H A Ddev.c24 #include <linux/eeprom_93cx6.h>
1399 static void rtl8187_eeprom_register_read(struct eeprom_93cx6 *eeprom)
1411 static void rtl8187_eeprom_register_write(struct eeprom_93cx6 *eeprom)
1436 struct eeprom_93cx6 eeprom;
/linux-master/drivers/scsi/
H A Dwd719x.c43 #include <linux/eeprom_93cx6.h>
715 static void wd719x_eeprom_reg_read(struct eeprom_93cx6 *eeprom)
723 static void wd719x_eeprom_reg_write(struct eeprom_93cx6 *eeprom)
741 struct eeprom_93cx6 eeprom;
/linux-master/drivers/net/ethernet/8390/
H A Dax88796.c25 #include <linux/eeprom_93cx6.h>
612 static void ax_eeprom_register_read(struct eeprom_93cx6 *eeprom)
623 static void ax_eeprom_register_write(struct eeprom_93cx6 *eeprom)
725 struct eeprom_93cx6 eeprom;
/linux-master/drivers/net/wireless/admtek/
H A Dadm8211.c22 #include <linux/eeprom_93cx6.h>
74 static void adm8211_eeprom_register_read(struct eeprom_93cx6 *eeprom)
85 static void adm8211_eeprom_register_write(struct eeprom_93cx6 *eeprom)
109 struct eeprom_93cx6 eeprom = {
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c51 #include <linux/eeprom_93cx6.h>
1628 static void rtl8180_eeprom_register_read(struct eeprom_93cx6 *eeprom)
1639 static void rtl8180_eeprom_register_write(struct eeprom_93cx6 *eeprom)
1660 struct eeprom_93cx6 eeprom;

Completed in 182 milliseconds