Home
last modified time | relevance | path

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

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