Home
last modified time | relevance | path

Searched defs:phandle (Results 1 – 4 of 4) sorted by relevance

/scripts/dtc/
Dlivetree.c491 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle()
524 static cell_t phandle = 1; /* FIXME: ick, static local */ in get_node_phandle() local
Ddtc.h157 cell_t phandle; member
Dchecks.c393 cell_t phandle; in check_explicit_phandles() local
486 cell_t phandle; in fixup_phandle_references() local
/scripts/dtc/libfdt/
Dfdt_ro.c499 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()