Home
last modified time | relevance | path

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

/device/linaro/hikey/power/
Dpower_hikey.c100 } hikey_cpufreq_clusters[NR_CLUSTERS]; variable
363 if ((!on || low_power_mode) && hikey_cpufreq_clusters[i].low_power_max[0] != '\0') in power_set_interactive()
364 sysfs_write(hikey_cpufreq_clusters[i].path, hikey_cpufreq_clusters[i].low_power_max); in power_set_interactive()
366 sysfs_write(hikey_cpufreq_clusters[i].path, hikey_cpufreq_clusters[i].normal_max); in power_set_interactive()
379 property_get(buf, hikey_cpufreq_clusters[i].path, ""); in hikey_cpufreq_init()
381 if (hikey_cpufreq_clusters[i].path[0] == '\0') { in hikey_cpufreq_init()
384 strncpy(hikey_cpufreq_clusters[i].path, in hikey_cpufreq_init()
391 property_get(buf, hikey_cpufreq_clusters[i].low_power_max, ""); in hikey_cpufreq_init()
392 len = sysfs_read(hikey_cpufreq_clusters[i].path, in hikey_cpufreq_init()
393 hikey_cpufreq_clusters[i].normal_max, in hikey_cpufreq_init()
[all …]