Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/charger/
Dcharger_max20335.c386 enum charger_max20335_therm_mode max20335_string_to_therm_mode(const char *mode_string) in max20335_string_to_therm_mode() argument
397 if (strncmp(mode_string, modes[i], strlen(modes[i])) == 0) { in max20335_string_to_therm_mode()
Dcharger_pf1550.c385 enum charger_pf1550_therm_mode pf1550_string_to_therm_mode(const char *mode_string) in pf1550_string_to_therm_mode() argument
396 if (strncmp(mode_string, modes[i], strlen(modes[i])) == 0) { in pf1550_string_to_therm_mode()