Searched refs:hwmon_node (Results 1 – 2 of 2) sorted by relevance
39 struct list_head hwmon_node; member122 list_for_each_entry(temp, &hwmon->tz_list, hwmon_node) in thermal_hwmon_lookup_temp()202 list_add_tail(&temp->hwmon_node, &hwmon->tz_list); in thermal_add_hwmon_sysfs()245 list_del(&temp->hwmon_node); in thermal_remove_hwmon_sysfs()
629 struct device_node *hwmon_node; in occ_probe() local687 hwmon_node = of_get_child_by_name(dev->of_node, hwmon_dev_info.name); in occ_probe()688 if (hwmon_node) { in occ_probe()690 hwmon_dev = of_platform_device_create(hwmon_node, child_name, dev); in occ_probe()691 of_node_put(hwmon_node); in occ_probe()