Searched refs:DEVFREQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/devfreq/ |
D | devfreq.c | 215 if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN)) in find_devfreq_governor() 250 DEVFREQ_NAME_LEN)) in try_then_request_governor() 646 strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device() 1025 DEVFREQ_NAME_LEN)) { in devfreq_add_governor() 1087 DEVFREQ_NAME_LEN)) { in devfreq_remove_governor() 1128 char str_governor[DEVFREQ_NAME_LEN + 1]; in governor_store() 1131 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); in governor_store() 1160 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store() 1167 DEVFREQ_NAME_LEN); in governor_store() 1199 count = scnprintf(&buf[count], DEVFREQ_NAME_LEN, in available_governors_show()
|
D | governor.h | 50 const char name[DEVFREQ_NAME_LEN];
|
/Linux-v5.4/include/linux/ |
D | devfreq.h | 17 #define DEVFREQ_NAME_LEN 16 macro 155 char governor_name[DEVFREQ_NAME_LEN];
|