Searched refs:EEPROM_CMD_READ (Results 1 – 3 of 3) sorted by relevance
63 #define EEPROM_CMD_READ "restore" /* cmd for read eeprom sysfs */ macro1810 } else if (size == sizeof(EEPROM_CMD_READ)) { in eeprom_cmd_store()1811 if (!strncmp(buf, EEPROM_CMD_READ, sizeof(EEPROM_CMD_READ)-1)) in eeprom_cmd_store()
1668 #define EEPROM_CMD_READ 0x2 macro
2621 eeprom_op(priv, EEPROM_CMD_READ, addr); in eeprom_read_u16()