Searched refs:eeprom_read (Results 1 – 1 of 1) sorted by relevance
/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 83 static ssize_t eeprom_read(struct file * file, char * buf, size_t count, 106 .read = eeprom_read, 438 return eeprom_read(NULL, buf, count, &addr); in eeprom_read_buf() 445 static ssize_t eeprom_read(struct file * file, char * buf, size_t count, loff_t *off) in eeprom_read() function
|