Home
last modified time | relevance | path

Searched refs:eeprom_read (Results 1 – 1 of 1) sorted by relevance

/arch/cris/arch-v10/drivers/
Deeprom.c83 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