Home
last modified time | relevance | path

Searched full:tree (Results 1 – 25 of 29) sorted by relevance

12

/kvm-unit-tests/lib/libfdt/
H A Dfdt_overlay.c3 * libfdt - Flat Device Tree manipulation
16 * @fdto: pointer to the device tree overlay blob
45 * @fdt: Base device tree blob
46 * @fdto: Device tree overlay blob
51 * device tree of a fragment, no matter how the actual targeting is
55 * the targeted node offset in the base device tree
104 * @fdt: Base device tree blob
105 * @node: Device tree overlay blob
143 * @fdto: Device tree overlay blob
150 * phandles to not conflict with the overlays of the base device tree.
[all …]
H A Dlibfdt_internal.h5 * libfdt - Flat Device Tree manipulation
50 * Internal helpers to access tructural elements of the device tree
83 * You should have another method of validating the device tree, such as a
91 * This does essentially no checks. Only the latest device-tree
93 * tree may cause undefined behaviour or crashes. Invalid parameters
96 * If an error occurs when modifying the tree it may leave the tree in
102 * Only use this if you have a fully validated device tree with
108 * This assumes that the device tree is sane. i.e. header metadata
117 * Note: Only checks that relate exclusively to the device tree itself
127 * extensive checking of parameters and the device tree, making various
[all …]
H A Dlibfdt.h5 * libfdt - Flat Device Tree manipulation
28 * tree, but its buffer did not have sufficient space to
29 * contain the expanded tree. Use fdt_open_into() to move the
30 * device tree to a buffer with more space. */
48 * tree created by the sequential-write functions, which is
51 /* Error codes: codes for bad device tree blobs */
57 /* FDT_ERR_BADMAGIC: Given "device tree" appears not to be a
58 * device tree at all - it is missing the flattened device
59 * tree magic number. */
61 /* FDT_ERR_BADVERSION: Given device tree has a version which
[all …]
H A Dfdt.c3 * libfdt - Flat Device Tree manipulation
14 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks
16 * device tree with sane information in its header.
25 /* The device tree must be at an 8-byte aligned address */ in fdt_ro_probe_()
30 /* Complete tree */ in fdt_ro_probe_()
93 /* The device tree must be at an 8-byte aligned address */ in fdt_check_header()
H A Dfdt_empty_tree.c3 * libfdt - Flat Device Tree manipulation
H A Dfdt_rw.c3 * libfdt - Flat Device Tree manipulation
121 * @fdt: pointer to the device tree to check/adjust
464 /* First attempt to build converted tree at beginning of buffer */ in fdt_open_into()
466 /* But if that overlaps with the old tree... */ in fdt_open_into()
468 /* Try right after the old tree instead */ in fdt_open_into()
H A Dfdt_strerror.c3 * libfdt - Flat Device Tree manipulation
H A Dfdt.h5 * libfdt - Flat Device Tree manipulation
H A Dfdt_check.c3 * libfdt - Flat Device Tree manipulation
H A Dfdt_wip.c3 * libfdt - Flat Device Tree manipulation
H A Dfdt_addresses.c3 * libfdt - Flat Device Tree manipulation
H A Dlibfdt_env.h5 * libfdt - Flat Device Tree manipulation
H A Dfdt_ro.c3 * libfdt - Flat Device Tree manipulation
315 * give only the leaf name (after all /). The actual tree in fdt_get_name()
H A Dfdt_sw.c3 * libfdt - Flat Device Tree manipulation
/kvm-unit-tests/lib/s390x/
H A Dmmu.h24 * @pgtable root of the page table tree
33 * @pgtable root of the page table tree
43 * @pgtable root of the page table tree
71 * @pgtable root of the page table tree
80 * @pgtable root of the page table tree
/kvm-unit-tests/lib/riscv/
H A Dio.c23 * base address that we read from the device tree later. This is
25 * its generated device tree.
77 printf("%s: Compatible uart not found in the device tree, aborting...\n", in uart0_init_fdt()
/kvm-unit-tests/lib/arm/
H A Dio.c25 * base address that we read from the device tree later. This is
27 * its generated device tree.
58 printf("%s: Compatible uart not found in the device tree, " in uart0_init_fdt()
/kvm-unit-tests/scripts/
H A Dcheck-patch.py54 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", "--no-tree", "--git",
H A Dget_maintainer.pl53 my $tree = 1;
253 'tree!' => \$tree,
527 $file =~ s/^\Q${lk_path}\E//; #or the path to the lk tree
1029 --scm => print SCM tree(s) if any
1045 --no-tree => run without a kvm-user-space tree
1051 [--email --tree --nogit --git-fallback --m --r --n --l --multiline
/kvm-unit-tests/
H A DREADME.macOS.md46 Out-of-tree build can be used to make tests for both architectures
H A DMAINTAINERS21 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
/kvm-unit-tests/lib/
H A Dvirtio-mmio.c115 * virtio-mmio device tree support
H A Dpci-host-generic.c68 printf("No device tree found\n"); in pci_dt_probe()
H A Ddevicetree.h5 * for Linux required device tree content. The accessors provided are
/kvm-unit-tests/lib/powerpc/
H A Drtas.c43 printf("%s: No device tree!\n", __func__); in rtas_init()

12