Searched refs:sysfs_get_string (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/tools/thermal/tmon/ | 
| D | sysfs.c | 84 static int sysfs_get_string(char *path, char *filename, char *str)  in sysfs_get_string()  function106 	sysfs_get_string(path, "type", cdi->type);  in probe_cdev()
 140 	sysfs_get_string(tz_path, filename, temp_str);  in get_trip_point_data()
 311 			sysfs_get_string(tz_name, "type", ptdata.tzi[k].type);  in scan_tzones()
 373 			sysfs_get_string(cdev_name, "type", ptdata.cdi[k].type);  in scan_cdevs()
 
 |