OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_get_max_phandle
(Results
1 - 4
of
4
) sorted by null
/external/dtc/tests/
get_phandle.c
57
max =
fdt_get_max_phandle
(fdt);
59
FAIL("
fdt_get_max_phandle
returned 0x%x instead of 0x%x\n",
/external/dtc/libfdt/
fdt_overlay.c
635
uint32_t delta =
fdt_get_max_phandle
(fdt);
fdt_ro.c
91
uint32_t
fdt_get_max_phandle
(const void *fdt)
function
libfdt.h
301
*
fdt_get_max_phandle
- retrieves the highest phandle in a tree
304
*
fdt_get_max_phandle
retrieves the highest phandle in the given
313
uint32_t
fdt_get_max_phandle
(const void *fdt);
[
all
...]
Completed in 88 milliseconds