Home
last modified time | relevance | path

Searched refs:get_named_child_node (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/linux/
Dfwnode.h140 (*get_named_child_node)(const struct fwnode_handle *fwnode, member
/linux-6.1.9/drivers/base/
Dproperty.c787 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
Dswnode.c672 .get_named_child_node = software_node_get_named_child_node,
/linux-6.1.9/drivers/of/
Dproperty.c1519 .get_named_child_node = of_fwnode_get_named_child_node,
/linux-6.1.9/drivers/acpi/
Dproperty.c1601 .get_named_child_node = acpi_fwnode_get_named_child_node, \