OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_string
(Results
1 - 9
of
9
) sorted by null
/system/libufdt/
ufdt_prop_dict.c
54
const char *prop_name =
fdt_string
(dict->fdtp, fdt32_to_cpu(prop->nameoff));
64
const char *name =
fdt_string
(dict->fdtp, fdt32_to_cpu(prop->nameoff));
ufdt_node.c
31
res->name =
fdt_string
(fdtp, fdt32_to_cpu(prop->nameoff));
/external/dtc/tests/
dtbs_equal_ordered.c
126
name1 =
fdt_string
(fdt1, fdt32_to_cpu(prop1->nameoff));
127
name2 =
fdt_string
(fdt2, fdt32_to_cpu(prop2->nameoff));
testutils.c
109
propname =
fdt_string
(fdt, nameoff);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c
78
const char *
fdt_string
(const void *fdt, int stroffset)
function
86
const char *p =
fdt_string
(fdt, stroffset);
314
*namep =
fdt_string
(fdt, fdt32_to_cpu(prop->nameoff));
/external/dtc/libfdt/
fdt_ro.c
78
const char *
fdt_string
(const void *fdt, int stroffset)
function
86
const char *p =
fdt_string
(fdt, stroffset);
345
*namep =
fdt_string
(fdt, fdt32_to_cpu(prop->nameoff));
libfdt.h
287
*
fdt_string
- retrieve a string from the strings block of a device tree
291
*
fdt_string
() retrieves a pointer to a single string from the
298
const char *
fdt_string
(const void *fdt, int stroffset);
[
all
...]
/external/dtc/
fdtget.c
134
name =
fdt_string
(blob, fdt32_to_cpu(data->nameoff));
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h
238
*
fdt_string
- retrieve a string from the strings block of a device tree
242
*
fdt_string
() retrieves a pointer to a single string from the
249
const char *
fdt_string
(const void *fdt, int stroffset);
[
all
...]
Completed in 175 milliseconds