Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_hwmon.c39 struct list_head hwmon_node; member
125 list_for_each_entry(temp, &hwmon->tz_list, hwmon_node) in thermal_hwmon_lookup_temp()
205 list_add_tail(&temp->hwmon_node, &hwmon->tz_list); in thermal_add_hwmon_sysfs()
248 list_del(&temp->hwmon_node); in thermal_remove_hwmon_sysfs()
/openbmc/linux/drivers/fsi/
H A Dfsi-occ.c629 struct device_node *hwmon_node; in occ_probe() local
688 hwmon_node = of_get_child_by_name(dev->of_node, hwmon_dev_info.name); in occ_probe()
689 if (hwmon_node) { in occ_probe()
691 hwmon_dev = of_platform_device_create(hwmon_node, child_name, dev); in occ_probe()
692 of_node_put(hwmon_node); in occ_probe()