Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dmacsmc-hwmon.c571 for_each_child_of_node_with_prefix(hwmon_node, key_node, "current-") { in macsmc_hwmon_populate_sensors()
581 for_each_child_of_node_with_prefix(hwmon_node, key_node, "current-") { in macsmc_hwmon_populate_sensors()
594 for_each_child_of_node_with_prefix(hwmon_node, key_node, "fan-") { in macsmc_hwmon_populate_sensors()
604 for_each_child_of_node_with_prefix(hwmon_node, key_node, "fan-") { in macsmc_hwmon_populate_sensors()
611 for_each_child_of_node_with_prefix(hwmon_node, key_node, "power-") { in macsmc_hwmon_populate_sensors()
621 for_each_child_of_node_with_prefix(hwmon_node, key_node, "power-") { in macsmc_hwmon_populate_sensors()
634 for_each_child_of_node_with_prefix(hwmon_node, key_node, "temperature-") { in macsmc_hwmon_populate_sensors()
644 for_each_child_of_node_with_prefix(hwmon_node, key_node, "temperature-") { in macsmc_hwmon_populate_sensors()
657 for_each_child_of_node_with_prefix(hwmon_node, key_node, "voltage-") { in macsmc_hwmon_populate_sensors()
667 for_each_child_of_node_with_prefix(hwmon_node, key_node, "voltage-") { in macsmc_hwmon_populate_sensors()
/linux/drivers/i2c/
H A Di2c-core-of-prober.c146 for_each_child_of_node_with_prefix(i2c_node, node, type) in i2c_of_probe_component()
161 for_each_child_of_node_with_prefix(i2c_node, node, type) { in i2c_of_probe_component()
/linux/drivers/pci/controller/dwc/
H A Dpcie-amd-mdb.c418 for_each_child_of_node_with_prefix(dev->of_node, pcie_port_node, "pcie") { in amd_mdb_parse_pcie_port()
/linux/include/linux/
H A Dof.h1562 #define for_each_child_of_node_with_prefix(parent, child, prefix) \ macro