DEVFREQ_NAME_LEN
DEVFREQ_NAME_LEN)) {
DEVFREQ_NAME_LEN)) {
char str_governor[DEVFREQ_NAME_LEN + 1];
ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor);
count = scnprintf(&buf[count], DEVFREQ_NAME_LEN,
char str_timer[DEVFREQ_NAME_LEN + 1];
if (!strncmp(timer_name[i], str_timer, DEVFREQ_NAME_LEN)) {
DEVFREQ_NAME_LEN)) {
if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN))
DEVFREQ_NAME_LEN))
static const char timer_name[][DEVFREQ_NAME_LEN] = {
const char name[DEVFREQ_NAME_LEN];