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

/device/google/dragon/power/
H A Dpower_dragon.cpp45 #define EC_POWER_LIMIT_NONE "0xffff" macro
155 sysfs_write(EXT_VOLTAGE_LIM_PATH, on ? "5000" : EC_POWER_LIMIT_NONE);
/device/google/dragon/recovery/updater/
H A Dec_commands.h2860 uint16_t current_lim; /* in mA, or EC_POWER_LIMIT_NONE to clear limit */
2861 uint16_t voltage_lim; /* in mV, or EC_POWER_LIMIT_NONE to clear limit */
2864 #define EC_POWER_LIMIT_NONE 0xffff macro

Completed in 63 milliseconds