Searched refs:str_timer (Results 1 – 1 of 1) sorted by relevance
1829 char str_timer[DEVFREQ_NAME_LEN + 1]; in timer_store() local1836 ret = sscanf(buf, "%16s", str_timer); in timer_store()1841 if (!strncmp(timer_name[i], str_timer, DEVFREQ_NAME_LEN)) { in timer_store()