Searched refs:eeprom_write (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/common/b2c2/ |
H A D | flexcop-eeprom.c | 10 static int eeprom_write(struct adapter *adapter, u16 addr, u8 *buf, u16 len) 21 if (eeprom_write(adapter, addr, wbuf, len) == len) { 84 if (eeprom_write(adapter, 0x3f8, tmp, 8) == 8)
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
H A D | eeprom.c | 85 static ssize_t eeprom_write(struct file * file, const char * buf, size_t count, 107 .write = eeprom_write, 504 return eeprom_write(NULL, buf, count, &addr); eeprom_write_buf() 510 static ssize_t eeprom_write(struct file * file, const char * buf, size_t count, eeprom_write() function
|
/linux-4.4.14/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 205 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, eeprom_write() function
|
H A D | w1_ds2433.c | 210 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, eeprom_write() function
|
H A D | w1_ds28e04.c | 229 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, eeprom_write() function
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 3134 * eeprom_write - write to AT93C46 EEPROM 3141 static void eeprom_write(struct ksz_hw *hw, u8 reg, u16 data) eeprom_write() function 6315 eeprom_write(&hw_priv->hw, i, eeprom_data[i]); netdev_set_eeprom()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
H A D | et131x.c | 520 static int eeprom_write(struct et131x_adapter *adapter, u32 addr, u8 data) eeprom_write() function 702 if (eeprom_write(adapter, i, eedata[i]) < 0) et131x_init_eeprom()
|
Completed in 518 milliseconds