Searched refs:sysfs_get_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/thermal/tmon/ |
D | sysfs.c | 76 static int sysfs_get_string(char *path, char *filename, char *str) in sysfs_get_string() function 98 sysfs_get_string(path, "type", cdi->type); in probe_cdev() 132 sysfs_get_string(tz_path, filename, temp_str); in get_trip_point_data() 304 sysfs_get_string(tz_name, "type", ptdata.tzi[k].type); in scan_tzones() 366 sysfs_get_string(cdev_name, "type", ptdata.cdi[k].type); in scan_cdevs()
|