Searched refs:mode_string (Results 1 – 2 of 2) sorted by relevance
386 enum charger_max20335_therm_mode max20335_string_to_therm_mode(const char *mode_string) in max20335_string_to_therm_mode() argument397 if (strncmp(mode_string, modes[i], strlen(modes[i])) == 0) { in max20335_string_to_therm_mode()
385 enum charger_pf1550_therm_mode pf1550_string_to_therm_mode(const char *mode_string) in pf1550_string_to_therm_mode() argument396 if (strncmp(mode_string, modes[i], strlen(modes[i])) == 0) { in pf1550_string_to_therm_mode()