Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dhwmon.c38 struct list_head tzdata; member
246 list_add(&tdata->node, &hwdev->tzdata); in hwmon_thermal_add_sensor()
285 struct hwmon_thermal_data *tzdata; in hwmon_thermal_notify() local
287 list_for_each_entry(tzdata, &hwdev->tzdata, node) { in hwmon_thermal_notify()
288 if (tzdata->index == index) { in hwmon_thermal_notify()
289 thermal_zone_device_update(tzdata->tzd, in hwmon_thermal_notify()
846 INIT_LIST_HEAD(&hwdev->tzdata); in __hwmon_device_register()