Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevfreq.h20 #define DEVFREQ_NAME_LEN 16 macro
116 const char name[DEVFREQ_NAME_LEN];
162 char governor_name[DEVFREQ_NAME_LEN];
/linux-4.4.14/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()
681 DEVFREQ_NAME_LEN)) { in devfreq_add_governor()
743 DEVFREQ_NAME_LEN)) { in devfreq_remove_governor()
784 char str_governor[DEVFREQ_NAME_LEN + 1]; in governor_store()
787 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); in governor_store()
811 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store()