Home
last modified time | relevance | path

Searched refs:fdt_getprop (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_ro.c315 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() function
328 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
330 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
482 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value()
539 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len); in fdt_node_check_compatible()
A Dversion.lds16 fdt_getprop;
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dlibfdt.h562 const void *fdt_getprop(const void *fdt, int nodeoffset,
567 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dbootfdt.c43 prop = fdt_getprop(fdt, node, "compatible", &len); in device_tree_node_compatible()
/xen-4.10.0-shim-comet/xen/arch/arm/efi/
A Defi-boot.h214 type = fdt_getprop(fdt, node, "device_type", &len); in fdt_add_uefi_nodes()

Completed in 8 milliseconds