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/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/
H A D.clang-format252 - 'for_each_child_of_node_with_prefix'
/linux/include/linux/
H A Dof.h1505 #define for_each_child_of_node_with_prefix(parent, child, prefix) \ macro