Searched refs:eeprom_write (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | eeprom.c | 140 static ssize_t eeprom_write(struct file * file, const char * buf, size_t count, 162 write: eeprom_write, 579 return eeprom_write(&f, buf, count, &addr); in eeprom_write_buf() 585 static ssize_t eeprom_write(struct file * file, const char * buf, size_t count, in eeprom_write() function
|
/linux-2.4.37.9/include/linux/ |
D | eeprom.h | 39 void eeprom_write(struct eeprom *ee, unsigned address, u8 *bytes,
|