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