Home
last modified time | relevance | path

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

/linux/drivers/devfreq/
A Dgovernor.h16 #define DEVFREQ_NAME_LEN 16 macro
70 const char name[DEVFREQ_NAME_LEN];
A Ddevfreq.c55 static const char timer_name[][DEVFREQ_NAME_LEN] = {
277 if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN)) in find_devfreq_governor()
312 DEVFREQ_NAME_LEN)) in try_then_request_governor()
1270 DEVFREQ_NAME_LEN)) { in devfreq_add_governor()
1358 DEVFREQ_NAME_LEN)) { in devfreq_remove_governor()
1409 char str_governor[DEVFREQ_NAME_LEN + 1]; in governor_store()
1415 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); in governor_store()
1501 count = scnprintf(&buf[count], DEVFREQ_NAME_LEN, in available_governors_show()
1825 char str_timer[DEVFREQ_NAME_LEN + 1]; in timer_store()
1837 if (!strncmp(timer_name[i], str_timer, DEVFREQ_NAME_LEN)) { in timer_store()
[all …]

Completed in 7 milliseconds