Searched defs:thermal_hwmon_device (Results 1 – 1 of 1) sorted by relevance
36 struct thermal_hwmon_device { struct37 char type[THERMAL_NAME_LENGTH];38 struct device *device;39 int count;40 struct list_head tz_list;64 struct thermal_hwmon_device *hwmon = dev_get_drvdata(dev); in name_show() argument