OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysfs_read
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/power/
utils.c
116
int
sysfs_read
(char *path, char *s, int num_bytes)
function
172
if (
sysfs_read
(SCALING_GOVERNOR_PATH, governor,
192
if (
sysfs_read
(scaling_gov_path[core_num], governor,
/device/linaro/hikey/power/
power_hikey.c
128
static int
sysfs_read
(const char *path, char *s, int slen)
function
238
sysfs_read
(devfreq_ddr_min_path, devfreq_ddr_min_orig,
246
sysfs_read
(devfreq_gpu_min_path, devfreq_gpu_min_orig,
392
len =
sysfs_read
(hikey_cpufreq_clusters[i].path,
Completed in 495 milliseconds