Searched defs:DS2781_PARAM_EEPROM_SIZE (Results 1 - 1 of 1) sorted by relevance

/drivers/power/
H A Dds2781_battery.c33 #define DS2781_PARAM_EEPROM_SIZE (DS2781_EEPROM_BLOCK1_END - \ macro
641 count = min_t(loff_t, count, DS2781_PARAM_EEPROM_SIZE - off);
657 count = min_t(loff_t, count, DS2781_PARAM_EEPROM_SIZE - off);
676 .size = DS2781_PARAM_EEPROM_SIZE,

Completed in 3826 milliseconds