Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevfreq.h20 #define DEVFREQ_NAME_LEN 16 macro
113 const char name[DEVFREQ_NAME_LEN];
159 char governor_name[DEVFREQ_NAME_LEN];
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c144 if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN)) in find_devfreq_governor()
476 strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device()
682 DEVFREQ_NAME_LEN)) { in devfreq_add_governor()
744 DEVFREQ_NAME_LEN)) { in devfreq_remove_governor()
785 char str_governor[DEVFREQ_NAME_LEN + 1]; in governor_store()
788 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); in governor_store()
810 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store()