Home
last modified time | relevance | path

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

/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c65 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) in sysfs_get_ulong() function
107 sysfs_get_ulong(path, "max_state", &cdi->max_state); in probe_cdev()
108 sysfs_get_ulong(path, "cur_state", &cdi->cur_state); in probe_cdev()
185 sysfs_get_ulong(tz_name, d_name, &temp_ulong); in find_tzone_tp()
240 sysfs_get_ulong(tz_name, cdev_trip_name, in find_tzone_cdev()
509 sysfs_get_ulong(tz_name, "temp", in update_thermal_data()
589 sysfs_get_ulong(ctrl_cdev_path, "cur_state", state); in get_ctrl_state()