Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Ddevfreq.c52 static const char timer_name[][DEVFREQ_NAME_LEN] = {
274 if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN)) in find_devfreq_governor()
309 DEVFREQ_NAME_LEN)) in try_then_request_governor()
783 strscpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); in devfreq_add_device()
1220 DEVFREQ_NAME_LEN)) { in devfreq_add_governor()
1282 DEVFREQ_NAME_LEN)) { in devfreq_remove_governor()
1333 char str_governor[DEVFREQ_NAME_LEN + 1]; in governor_store()
1339 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); in governor_store()
1366 strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN); in governor_store()
1373 DEVFREQ_NAME_LEN); in governor_store()
[all …]
H A Dgovernor.h52 const char name[DEVFREQ_NAME_LEN];
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevfreq.h18 #define DEVFREQ_NAME_LEN 16 macro
179 char governor_name[DEVFREQ_NAME_LEN];