OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libfdt
(Results
26 - 50
of
119
) sorted by null
1
2
3
4
5
/external/dtc/libfdt/
fdt_strerror.c
2
*
libfdt
- Flat Device Tree manipulation
5
*
libfdt
is dual licensed: you can use it either under the terms of
54
#include <
libfdt
.h>
fdt_wip.c
2
*
libfdt
- Flat Device Tree manipulation
5
*
libfdt
is dual licensed: you can use it either under the terms of
54
#include <
libfdt
.h>
/external/dtc/tests/
addr_size_cells.c
2
*
libfdt
- Flat Device Tree manipulation
25
#include <
libfdt
.h>
appendprop2.c
2
*
libfdt
- Flat Device Tree manipulation
27
#include <
libfdt
.h>
check_path.c
2
*
libfdt
- Flat Device Tree manipulation
23
#include <
libfdt
.h>
dumptrees.c
2
* dumptrees - utility for
libfdt
testing
28
#include <
libfdt
.h>
extra-terminating-null.c
2
*
libfdt
- Flat Device Tree manipulation
25
#include <
libfdt
.h>
get_phandle.c
2
*
libfdt
- Flat Device Tree manipulation
25
#include <
libfdt
.h>
node_check_compatible.c
2
*
libfdt
- Flat Device Tree manipulation
26
#include <
libfdt
.h>
node_offset_by_phandle.c
2
*
libfdt
- Flat Device Tree manipulation
26
#include <
libfdt
.h>
nop_property.c
2
*
libfdt
- Flat Device Tree manipulation
27
#include <
libfdt
.h>
notfound.c
2
*
libfdt
- Flat Device Tree manipulation
25
#include <
libfdt
.h>
overlay_bad_fixup.c
2
*
libfdt
- Flat Device Tree manipulation
24
#include <
libfdt
.h>
add_subnode_with_nops.c
2
*
libfdt
- Flat Device Tree manipulation
27
#include <
libfdt
.h>
appendprop1.c
2
*
libfdt
- Flat Device Tree manipulation
27
#include <
libfdt
.h>
del_property.c
2
*
libfdt
- Flat Device Tree manipulation
27
#include <
libfdt
.h>
get_name.c
2
*
libfdt
- Flat Device Tree manipulation
25
#include <
libfdt
.h>
/external/dtc/
Makefile
18
CPPFLAGS = -I
libfdt
-I .
127
all: $(BIN)
libfdt
160
# Rules for
libfdt
162
LIBFDT_objdir =
libfdt
163
LIBFDT_srcdir =
libfdt
164
LIBFDT_archive = $(LIBFDT_objdir)/
libfdt
.a
165
LIBFDT_lib = $(LIBFDT_objdir)/
libfdt
-$(DTC_VERSION).$(SHAREDLIB_EXT)
169
include $(LIBFDT_srcdir)/Makefile.
libfdt
171
.PHONY:
libfdt
172
libfdt
: $(LIBFDT_archive) $(LIBFDT_lib
[
all
...]
/external/dtc/pylibfdt/
libfdt.i
6
*
libfdt
is dual licensed: you can use it either under the terms of
53
%module
libfdt
57
#include "
libfdt
.h"
64
# Error codes, corresponding to FDT_ERR_... in
libfdt
.h
113
This is used to check for errors returned by
libfdt
C functions.
116
val: Return value from a
libfdt
function
133
This is used to check for a NULL return value from certain
libfdt
C
137
val: Return value from a
libfdt
function
163
method xxx(args...) corresponds to a
libfdt
function fdt_xxx(fdt, args...).
370
%include "
libfdt
/fdt.h
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_wip.c
2
*
libfdt
- Flat Device Tree manipulation
5
*
libfdt
is dual licensed: you can use it either under the terms of
54
#include <
libfdt
.h>
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
dt.c
8
#include <
libfdt
.h>
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/
FdtParser.c
14
#include <Include/
libfdt
.h>
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
FdtParser.c
14
#include <Include/
libfdt
.h>
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
FdtPlatform.h
35
#include <
libfdt
.h>
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_wip.c
2
*
libfdt
- Flat Device Tree manipulation
5
*
libfdt
is dual licensed: you can use it either under the terms of
54
#include <
libfdt
.h>
Completed in 884 milliseconds
1
2
3
4
5