Searched refs:p_max (Results 1 – 1 of 1) sorted by relevance
441 char *p_min, *p_max; in power_get_available_freqs() local478 p_max = strchr(buf_max, '\n'); in power_get_available_freqs()479 if (p_max != NULL) in power_get_available_freqs()480 *p_max = 0; in power_get_available_freqs()483 sys_max_freq = strtoul(buf_max, &p_max, POWER_CONVERT_TO_DECIMAL); in power_get_available_freqs()