Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/
Dhwmon.c35 struct list_head tzdata; member
193 list_add(&tdata->node, &hwdev->tzdata); in hwmon_thermal_add_sensor()
232 struct hwmon_thermal_data *tzdata; in hwmon_thermal_notify() local
234 list_for_each_entry(tzdata, &hwdev->tzdata, node) { in hwmon_thermal_notify()
235 if (tzdata->index == index) { in hwmon_thermal_notify()
236 thermal_zone_device_update(tzdata->tzd, in hwmon_thermal_notify()
766 INIT_LIST_HEAD(&hwdev->tzdata); in __hwmon_device_register()