/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | eeprom.c | 75 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function 114 .read = eeprom_read,
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | eeprom.c | 75 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function 114 .read = eeprom_read,
|
H A D | ee1004.c | 123 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 69 .eeprom_read = ath_ahb_eeprom_read,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 69 .eeprom_read = ath_ahb_eeprom_read,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | pci.c | 149 .eeprom_read = ath5k_pci_eeprom_read,
|
H A D | ahb.c | 80 .eeprom_read = ath5k_ahb_eeprom_read,
|
H A D | ath5k.h | 1466 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member 1703 return common->bus_ops->eeprom_read(common, off, data); in ath5k_hw_nvram_read()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_eeprom.c | 191 u8 eeprom_read(_adapter *padapter, u32 addr_off, u8 sz, u8 *rbuf) in eeprom_read() function
|
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
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_ds2433.c | 89 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
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_ds2433.c | 89 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
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
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_main.h | 348 struct eeprom_read { struct
|
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_main.h | 348 struct eeprom_read { struct
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 315 static int eeprom_read(void __iomem *ioaddr, int location); 385 ((__le16 *)dev->dev_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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 421 static int eeprom_read(void __iomem *ioaddr, int location); 532 cpu_to_le16(eeprom_read(ioaddr, i + EEPROM_SA_OFFSET)); in sundance_probe1() 715 static int eeprom_read(void __iomem *ioaddr, int location) in eeprom_read() function
|
/kernel/linux/linux-6.6/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
|