Searched defs:eeprom_write (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/include/ |
H A D | eeprom.h | 21 #define eeprom_write(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) macro
|
/openbmc/linux/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
H A D | w1_ds2430.c | 204 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
H A D | w1_ds2433.c | 205 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
H A D | w1_ds28e04.c | 225 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 195 int eeprom_write(unsigned dev_addr, unsigned offset, in eeprom_write() function
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 849 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 521 static int eeprom_write(struct et131x_adapter *adapter, u32 addr, u8 data) in eeprom_write() function
|
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 2764 static void eeprom_write(struct ksz_hw *hw, u8 reg, u16 data) in eeprom_write() function
|