Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
Dfdt_overlay.c61 uint32_t phandle; in overlay_get_target() local
375 uint32_t phandle; in overlay_fixup_one_phandle() local
Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle()
142 int fdt_generate_phandle(const void *fdt, uint32_t *phandle) in fdt_generate_phandle()
681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
Dlibfdt.h387 uint32_t phandle; in fdt_get_max_phandle() local
/scripts/dtc/
Dchecks.c468 cell_t phandle; in check_phandle_prop() local
514 cell_t phandle, linux_phandle; in check_explicit_phandles() local
588 cell_t phandle; in fixup_phandle_references() local
1382 int phandle; in check_property_phandle_args() local
1587 int irq_cells, phandle; in check_interrupts_property() local
1753 int phandle; in get_remote_endpoint() local
Dlivetree.c558 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle()
594 static cell_t phandle = 1; /* FIXME: ick, static local */ in get_node_phandle() local
Ddtc.h193 cell_t phandle; member