Searched refs:eeprom_read (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/w1/slaves/
H A Dw1_ds2433.c112 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
279 .read = eeprom_read,
286 .read = eeprom_read,
H A Dw1_ds2431.c97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
H A Dw1_ds2430.c97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
H A Dw1_ds28e04.c114 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dahb.c69 .eeprom_read = ath_ahb_eeprom_read,
H A Deeprom.c159 ret = common->bus_ops->eeprom_read(common, off, data);
H A Dhw.h996 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member in struct:ath_bus_ops
H A Dpci.c882 .eeprom_read = ath_pci_eeprom_read,
H A Dhtc_drv_init.c541 .eeprom_read = ath_usb_eeprom_read,
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dpci.c149 .eeprom_read = ath5k_pci_eeprom_read,
H A Dahb.c80 .eeprom_read = ath5k_ahb_eeprom_read,
H A Dath5k.h1462 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member in struct:ath_bus_ops
1699 return common->bus_ops->eeprom_read(common, off, data);
/linux-master/drivers/misc/eeprom/
H A Dee1004.c147 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
H A Didt_89hpesx.c865 * eeprom_read() - EEPROM sysfs-node read callback
873 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
/linux-master/drivers/net/wireless/rsi/
H A Drsi_main.h348 struct eeprom_read { struct
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c315 static int eeprom_read(void __iomem *ioaddr, int location);
386 addr[i] = cpu_to_le16(eeprom_read(ioaddr, i));
490 static int eeprom_read(void __iomem *addr, int location) function
/linux-master/drivers/net/ethernet/natsemi/
H A Dnatsemi.c599 static int eeprom_read(void __iomem *ioaddr, int location);
860 prev_eedata = eeprom_read(ioaddr, 6);
862 int eedata = eeprom_read(ioaddr, i + 7);
1003 static int eeprom_read(void __iomem *addr, int location) function
3061 /* eeprom_read reads 16 bits, and indexes by 16 bits */
3063 ebuf[i] = eeprom_read(ioaddr, i);
3064 /* The EEPROM itself stores data bit-swapped, but eeprom_read
/linux-master/drivers/atm/
H A Dlanai.c850 static int eeprom_read(struct lanai_dev *lanai) function
867 static int eeprom_read(struct lanai_dev *lanai) function
2167 if ((result = eeprom_read(lanai)) != 0)
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c421 static int eeprom_read(void __iomem *ioaddr, int location);
533 cpu_to_le16(eeprom_read(ioaddr, i + EEPROM_SA_OFFSET));
717 static int eeprom_read(void __iomem *ioaddr, int location) function
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c2734 * eeprom_read - read from AT93C46 EEPROM
2742 static u16 eeprom_read(struct ksz_hw *hw, u8 reg) function
5894 eeprom_data[i] = eeprom_read(&hw_priv->hw, i);
5926 eeprom_data[i] = eeprom_read(&hw_priv->hw, i);
6522 data[i] = eeprom_read(hw, i + EEPROM_DATA_OTHER_MAC_ADDR);
/linux-master/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) function
127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a;
751 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a;
/linux-master/drivers/net/ethernet/agere/
H A Det131x.c629 static int eeprom_read(struct et131x_adapter *adapter, u32 addr, u8 *pdata) function
726 eeprom_read(adapter, 0x70, &adapter->eeprom_data[0]);
727 eeprom_read(adapter, 0x71, &adapter->eeprom_data[1]);

Completed in 451 milliseconds