Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dcros_usbpd-charger.c88 static u16 input_voltage_limit = EC_POWER_LIMIT_NONE;
89 static u16 input_current_limit = EC_POWER_LIMIT_NONE;
422 if (input_current_limit == EC_POWER_LIMIT_NONE) in cros_usbpd_charger_get_prop()
428 if (input_voltage_limit == EC_POWER_LIMIT_NONE) in cros_usbpd_charger_get_prop()
461 intval = EC_POWER_LIMIT_NONE; in cros_usbpd_charger_set_prop()
473 if (input_current_limit == EC_POWER_LIMIT_NONE) in cros_usbpd_charger_set_prop()
489 if (input_voltage_limit == EC_POWER_LIMIT_NONE) in cros_usbpd_charger_set_prop()
/openbmc/u-boot/include/
H A Dec_commands.h3602 #define EC_POWER_LIMIT_NONE 0xffff macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h4126 #define EC_POWER_LIMIT_NONE 0xffff macro