Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dhwmon.c35 struct list_head tzdata; member
229 list_add(&tdata->node, &hwdev->tzdata); in hwmon_thermal_add_sensor()
268 struct hwmon_thermal_data *tzdata; in hwmon_thermal_notify() local
270 list_for_each_entry(tzdata, &hwdev->tzdata, node) { in hwmon_thermal_notify()
271 if (tzdata->index == index) { in hwmon_thermal_notify()
272 thermal_zone_device_update(tzdata->tzd, in hwmon_thermal_notify()
802 INIT_LIST_HEAD(&hwdev->tzdata); in __hwmon_device_register()