Home
last modified time | relevance | path

Searched refs:of_find_all_nodes (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dof_access.h30 struct device_node *of_find_all_nodes(struct device_node *prev);
33 for (dn = of_find_all_nodes(from); dn; dn = of_find_all_nodes(dn))
/openbmc/linux/drivers/staging/board/
H A Dboard.c27 struct device_node *dn = of_find_all_nodes(NULL); in find_by_address()
37 dn = of_find_all_nodes(dn); in find_by_address()
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic_msi.c58 while ((np = of_find_all_nodes(np))) { in mpic_msi_reserve_u3_hwirqs()
/openbmc/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c443 for (np = NULL; (np = of_find_all_nodes(np));) { in find_legacy_serial_ports()
/openbmc/linux/drivers/of/
H A Dbase.c251 struct device_node *of_find_all_nodes(struct device_node *prev) in of_find_all_nodes() function
263 EXPORT_SYMBOL(of_find_all_nodes);
/openbmc/u-boot/drivers/core/
H A Dof_access.c143 struct device_node *of_find_all_nodes(struct device_node *prev) in of_find_all_nodes() function
/openbmc/linux/include/linux/
H A Dof.h234 extern struct device_node *of_find_all_nodes(struct device_node *prev);
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c3332 while((np = of_find_all_nodes(np)) != NULL) { in emac_make_bootlist()