/linux/drivers/w1/slaves/ |
H A D | w1_ds2433.c | 112 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function 279 .read = eeprom_read, 286 .read = eeprom_read,
|
H A D | w1_ds2430.c | 97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
H A D | w1_ds2431.c | 97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
H A D | w1_ds28e04.c | 114 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 69 .eeprom_read = ath_ahb_eeprom_read,
|
H A D | pci.c | 880 .eeprom_read = ath_pci_eeprom_read,
|
H A D | eeprom.c | 159 ret = common->bus_ops->eeprom_read(common, off, data); in ath9k_hw_nvram_read()
|
H A D | hw.h | 996 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member
|
H A D | htc_drv_init.c | 541 .eeprom_read = ath_usb_eeprom_read,
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ahb.c | 80 .eeprom_read = ath5k_ahb_eeprom_read,
|
H A D | pci.c | 149 .eeprom_read = ath5k_pci_eeprom_read,
|
H A D | ath5k.h | 1462 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member 1699 return common->bus_ops->eeprom_read(common, off, data); in ath5k_hw_nvram_read()
|
/linux/drivers/net/wireless/rsi/ |
H A D | rsi_main.h | 348 struct eeprom_read { struct
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 315 static int eeprom_read(void __iomem *ioaddr, int location); 386 addr[i] = cpu_to_le16(eeprom_read(ioaddr, i)); in w840_probe1() 490 static int eeprom_read(void __iomem *addr, int location) in eeprom_read() function
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 599 static int eeprom_read(void __iomem *ioaddr, int location); 860 prev_eedata = eeprom_read(ioaddr, 6); in natsemi_probe1() 862 int eedata = eeprom_read(ioaddr, i + 7); in natsemi_probe1() 1003 static int eeprom_read(void __iomem *addr, int location) in eeprom_read() function 3063 ebuf[i] = eeprom_read(ioaddr, i); in netdev_get_eeprom()
|
/linux/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 421 static int eeprom_read(void __iomem *ioaddr, int location); 533 cpu_to_le16(eeprom_read(ioaddr, i + EEPROM_SA_OFFSET)); in sundance_probe1() 717 static int eeprom_read(void __iomem *ioaddr, int location) in eeprom_read() function
|
/linux/drivers/atm/ |
H A D | lanai.c | 850 static int eeprom_read(struct lanai_dev *lanai) in eeprom_read() function 867 static int eeprom_read(struct lanai_dev *lanai) in eeprom_read() function 2167 if ((result = eeprom_read(lanai)) != 0) in lanai_dev_open()
|
/linux/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 873 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 629 static int eeprom_read(struct et131x_adapter *adapter, u32 addr, u8 *pdata) in eeprom_read() function 726 eeprom_read(adapter, 0x70, &adapter->eeprom_data[0]); in et131x_init_eeprom() 727 eeprom_read(adapter, 0x71, &adapter->eeprom_data[1]); in et131x_init_eeprom()
|
/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 2742 static u16 eeprom_read(struct ksz_hw *hw, u8 reg) in eeprom_read() function 5894 eeprom_data[i] = eeprom_read(&hw_priv->hw, i); in netdev_get_eeprom() 5926 eeprom_data[i] = eeprom_read(&hw_priv->hw, i); in netdev_set_eeprom() 6522 data[i] = eeprom_read(hw, i + EEPROM_DATA_OTHER_MAC_ADDR); in read_other_addr()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read() function 127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; in bristol_tuner_attach() 751 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a; in stk7700p_tuner_attach()
|