Searched refs:find_node_by_devtype (Results 1 – 9 of 9) sorted by relevance
/linux/arch/powerpc/boot/ ! |
H A D | cuboot-824x.c | 26 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 33 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
|
H A D | cuboot-83xx.c | 32 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 39 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
|
H A D | cuboot-85xx.c | 35 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups() 42 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
|
H A D | cuboot-85xx-cpm2.c | 34 devp = find_node_by_devtype(NULL, "soc"); in platform_fixups() 41 while ((serial = find_node_by_devtype(serial, "serial"))) { in platform_fixups()
|
H A D | fsl-soc.c | 22 soc = find_node_by_devtype(NULL, "soc"); in fsl_get_immr()
|
H A D | cuboot-52xx.c | 36 soc = find_node_by_devtype(NULL, "soc"); in platform_fixups()
|
H A D | treeboot-currituck.c | 66 while ((devp = find_node_by_devtype(devp, "pci"))) { in ibm_currituck_fixups()
|
H A D | ops.h | 163 static inline void *find_node_by_devtype(const void *prev, in find_node_by_devtype() function
|
H A D | devtree.c | 72 while ((devp = find_node_by_devtype(devp, "cpu"))) { in dt_fixup_cpu_clocks()
|