OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_node_offset_by_phandle
(Results
1 - 6
of
6
) sorted by null
/external/dtc/tests/
node_offset_by_phandle.c
3
* Testcase for
fdt_node_offset_by_phandle
()
35
offset =
fdt_node_offset_by_phandle
(fdt, phandle);
38
FAIL("
fdt_node_offset_by_phandle
(0x%x) returns %d "
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h
759
*
fdt_node_offset_by_phandle
- find the node with a given phandle
763
*
fdt_node_offset_by_phandle
() returns the offset of the node
777
int
fdt_node_offset_by_phandle
(const void *fdt, uint32_t phandle);
[
all
...]
/external/dtc/libfdt/
fdt_overlay.c
64
return
fdt_node_offset_by_phandle
(fdt, phandle);
fdt_ro.c
525
int
fdt_node_offset_by_phandle
(const void *fdt, uint32_t phandle)
function
libfdt.h
[
all
...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c
494
int
fdt_node_offset_by_phandle
(const void *fdt, uint32_t phandle)
function
Completed in 910 milliseconds