Searched refs:of_find_all_nodes (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/board/
H A Dboard.c30 struct device_node *dn = of_find_all_nodes(NULL); find_by_address()
40 dn = of_find_all_nodes(dn); find_by_address()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmpic_msi.c62 while ((np = of_find_all_nodes(np))) { mpic_msi_reserve_u3_hwirqs()
/linux-4.4.14/arch/powerpc/kernel/
H A Dlegacy_serial.c412 for (np = NULL; (np = of_find_all_nodes(np));) { find_legacy_serial_ports()
/linux-4.4.14/drivers/of/
H A Dbase.c265 * of_find_all_nodes - Get next node in global list
272 struct device_node *of_find_all_nodes(struct device_node *prev) of_find_all_nodes() function
284 EXPORT_SYMBOL(of_find_all_nodes); variable
/linux-4.4.14/include/linux/
H A Dof.h192 extern struct device_node *of_find_all_nodes(struct device_node *prev);
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dcore.c3005 while((np = of_find_all_nodes(np)) != NULL) { emac_make_bootlist()

Completed in 193 milliseconds