Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/charger/
Dcharger_max20335.c409 enum charger_max20335_therm_mode therm_mode; in max20335_update_properties() local
430 therm_mode = max20335_string_to_therm_mode(config->therm_mon_mode); in max20335_update_properties()
431 ret = max20335_set_thermistor_mode(dev, therm_mode); in max20335_update_properties()
Dcharger_pf1550.c408 enum charger_pf1550_therm_mode therm_mode; in pf1550_update_properties() local
429 therm_mode = pf1550_string_to_therm_mode(config->therm_mon_mode); in pf1550_update_properties()
430 ret = pf1550_set_thermistor_mode(dev, therm_mode); in pf1550_update_properties()