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