Searched refs:fdt_get_property (Results 1 – 11 of 11) sorted by relevance
| /u-boot/board/freescale/mx7ulp_evk/ |
| A D | mx7ulp_evk.c | 71 if (fdt_get_property(blob, nodeoff, "vqmmc-supply", in ft_board_setup()
|
| /u-boot/arch/arm/lib/ |
| A D | psci-dt.c | 38 prop = fdt_get_property(fdt, tmp, "device_type", &len); in fdt_psci()
|
| /u-boot/drivers/ata/ |
| A D | mtk_ahci.c | 61 if (fdt_get_property(fdt, dev_of_offset(dev), in mtk_ahci_parse_property()
|
| /u-boot/board/cssi/common/ |
| A D | common.c | 68 ids = fdt_get_property(blob, off, prop, &nb_ids); in ft_cleanup()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | libfdt.h | 657 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 664 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
|
| A D | fdt_ro.c | 443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
|
| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | fdt.c | 63 if (!fdt_get_property(blob, offset, "power-domains", NULL)) { in update_fdt_with_owned_resources()
|
| /u-boot/common/ |
| A D | fdt_support.c | 99 if ((!create) && (fdt_get_property(fdt, nodeoff, prop, NULL) == NULL)) in fdt_find_and_setprop() 372 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_prop() 398 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_compat() 608 fdt_prop = fdt_get_property(fdt, nodeoff, "status", in fdt_fixup_ethernet()
|
| /u-boot/drivers/mmc/ |
| A D | tmio-common.c | 762 if (fdt_get_property(gd->fdt_blob, dev_of_offset(dev), "non-removable", in tmio_sd_probe()
|
| /u-boot/drivers/clk/at91/ |
| A D | compat.c | 82 fdt_get_property(fdt, offset, "compatible", &ret); in at91_clk_sub_device_bind()
|
| /u-boot/drivers/net/fsl-mc/ |
| A D | mc.c | 195 if (fdt_get_property(blob, nodeoffset, propname, NULL)) { in mc_fixup_mac_addr()
|
Completed in 28 milliseconds