Home
last modified time | relevance | path

Searched refs:mode_string (Results 1 – 1 of 1) 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()