Searched refs:fdt_get_property (Results 1 - 11 of 11) sorted by relevance

/u-boot/board/freescale/mx7ulp_evk/
H A Dmx7ulp_evk.c71 if (fdt_get_property(blob, nodeoff, "vqmmc-supply",
/u-boot/arch/arm/lib/
H A Dpsci-dt.c38 prop = fdt_get_property(fdt, tmp, "device_type", &len);
/u-boot/drivers/ata/
H A Dmtk_ahci.c61 if (fdt_get_property(fdt, dev_of_offset(dev),
/u-boot/board/cssi/common/
H A Dcommon.c68 ids = fdt_get_property(blob, off, prop, &nb_ids);
/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h619 * Identical to fdt_get_property(), but only examine the first namelen
630 * fdt_get_property - find a given property in a given node
636 * fdt_get_property() retrieves a pointer to the fdt_property
657 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
664 fdt_get_property(fdt, nodeoffset, name, lenp);
H A Dfdt_ro.c443 const struct fdt_property *fdt_get_property(const void *fdt, function
/u-boot/arch/arm/mach-imx/imx8/
H A Dfdt.c64 if (!fdt_get_property(blob, offset, "power-domains", NULL)) {
/u-boot/boot/
H A Dfdt_support.c104 if ((!create) && (fdt_get_property(fdt, nodeoff, prop, NULL) == NULL))
377 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL))
403 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL))
613 fdt_prop = fdt_get_property(fdt, nodeoff, "status",
/u-boot/drivers/mmc/
H A Dtmio-common.c772 if (fdt_get_property(gd->fdt_blob, dev_of_offset(dev), "non-removable",
/u-boot/drivers/clk/at91/
H A Dcompat.c82 fdt_get_property(fdt, offset, "compatible", &ret);
/u-boot/drivers/net/fsl-mc/
H A Dmc.c197 if (fdt_get_property(blob, nodeoffset, propname, NULL)) {

Completed in 263 milliseconds