Searched defs:phandle (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/boot/ |
D | of.h | 4 typedef void *phandle; typedef
|
D | oflib.c | 203 int of_getprop(const void *phandle, const char *name, void *buf, in of_getprop() 209 int of_setprop(const void *phandle, const char *name, const void *buf, in of_setprop()
|
D | ops.h | 209 static inline char *get_path(const void *phandle, char *buf, int len) in get_path()
|
/arch/powerpc/boot/dtc-src/ |
D | livetree.c | 263 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle() 291 static cell_t phandle = 1; /* FIXME: ick, static local */ in get_node_phandle() local
|
D | checks.c | 286 cell_t phandle; in check_explicit_phandles() local 355 cell_t phandle; in fixup_phandle_references() local
|
D | dtc.h | 163 cell_t phandle; member
|
/arch/arm/boot/compressed/ |
D | ofw-shark.c | 190 int phandle,i,mem_len,buffer[32]; in ofw_init() local
|
/arch/sparc/include/asm/ |
D | prom.h | 31 typedef u32 phandle; typedef
|
/arch/powerpc/include/asm/ |
D | bootx.h | 149 u32 phandle; /* not really available */ member
|
D | pmac_pfunc.h | 140 u32 phandle; member
|
D | prom.h | 75 typedef u32 phandle; typedef
|
/arch/powerpc/boot/libfdt/ |
D | fdt_ro.c | 405 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
|
/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 953 u32 phandle, u32 fflags, struct pmf_args *args) in pmf_do_functions()
|