Home
last modified time | relevance | path

Searched refs:timer_name (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/devfreq/
Ddevfreq.c55 static const char timer_name[][DEVFREQ_NAME_LEN] = { variable
1820 return sprintf(buf, "%s\n", timer_name[df->profile->timer]); in timer_show()
1839 if (!strncmp(timer_name[i], str_timer, DEVFREQ_NAME_LEN)) { in timer_store()
1974 polling_ms ? timer_name[timer] : "null", in devfreq_summary_show()