/u-boot/arch/arm/mach-meson/ |
A D | board-axg.c | 149 if (!fdtdec_get_is_enabled(blob, node)) { in board_usb_init() 168 if (!fdtdec_get_is_enabled(blob, dwc2_node)) { in board_usb_init() 235 if (!fdtdec_get_is_enabled(blob, node)) in board_usb_cleanup()
|
A D | board-g12a.c | 188 if (!fdtdec_get_is_enabled(blob, node)) { in board_usb_init() 207 if (!fdtdec_get_is_enabled(blob, dwc2_node)) { in board_usb_init() 272 if (!fdtdec_get_is_enabled(blob, node)) in board_usb_cleanup()
|
A D | board-gx.c | 185 if (!fdtdec_get_is_enabled(blob, node)) { in board_usb_init() 204 if (!fdtdec_get_is_enabled(blob, dwc2_node)) { in board_usb_init() 275 if (!fdtdec_get_is_enabled(blob, node)) in board_usb_cleanup()
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | fdt.c | 147 if (fdtdec_get_is_enabled(fdt, node)) { in fdt_disable_subnode_by_address() 233 if (off >= 0 && fdtdec_get_is_enabled(blob, off)) in stm32_fdt_disable_optee()
|
/u-boot/lib/efi_loader/ |
A D | efi_dt_fixup.c | 84 fdtdec_get_is_enabled(fdt, subnode)) { in efi_carve_out_dt_rsv()
|
/u-boot/arch/arm/mach-socfpga/ |
A D | misc.c | 230 if (!fdtdec_get_is_enabled(blob, node)) in socfpga_get_base_addr()
|
/u-boot/board/xen/xenguest_arm64/ |
A D | xenguest_arm64.c | 58 } while (!fdtdec_get_is_enabled(blob, mem)); in get_next_memory_node()
|
/u-boot/drivers/phy/marvell/ |
A D | comphy_core.c | 135 if (!fdtdec_get_is_enabled(blob, subnode)) in comphy_probe()
|
A D | comphy_a3700.c | 920 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init() 943 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init()
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | fdt.c | 69 if (!fdtdec_get_is_enabled(blob, offset)) { in update_fdt_with_owned_resources()
|
/u-boot/include/ |
A D | fdtdec.h | 524 int fdtdec_get_is_enabled(const void *blob, int node);
|
/u-boot/include/dm/ |
A D | ofnode.h | 389 return fdtdec_get_is_enabled(gd->fdt_blob, in ofnode_is_enabled()
|
A D | read.h | 995 return fdtdec_get_is_enabled(gd->fdt_blob, dev_of_offset(dev)); in dev_read_enabled()
|
/u-boot/arch/arm/mach-imx/imx8m/ |
A D | soc.c | 668 if (nodeoff < 0 || !fdtdec_get_is_enabled(blob, nodeoff)) { in check_mipi_dsi_nodes() 678 if (nodeoff < 0 || !fdtdec_get_is_enabled(blob, nodeoff)) in check_mipi_dsi_nodes()
|
/u-boot/drivers/core/ |
A D | read.c | 318 return fdtdec_get_is_enabled(gd->fdt_blob, in dev_read_enabled()
|
A D | ofnode.c | 236 return fdtdec_get_is_enabled(gd->fdt_blob, in ofnode_is_enabled() 676 return fdtdec_get_is_enabled(gd->fdt_blob, in ofnode_is_available()
|
/u-boot/common/ |
A D | image-fdt.c | 129 if (!ret && fdtdec_get_is_enabled(fdt_blob, subnode)) { in boot_fdt_add_mem_rsv_regions()
|
/u-boot/drivers/video/ |
A D | tegra.c | 403 if ((rgb < 0) || !fdtdec_get_is_enabled(blob, rgb)) in tegra_lcd_bind()
|
/u-boot/lib/ |
A D | fdtdec.c | 278 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled() function 436 if (fdtdec_get_is_enabled(blob, node)) { in fdtdec_add_aliases_for_id() 457 fdtdec_get_is_enabled(blob, nodes[j])) in fdtdec_add_aliases_for_id()
|
/u-boot/board/ti/am43xx/ |
A D | board.c | 722 return fdtdec_get_is_enabled(gd->fdt_blob, node); in device_okay()
|
/u-boot/board/ti/dra7xx/ |
A D | evm.c | 666 return fdtdec_get_is_enabled(gd->fdt_blob, node); in device_okay()
|
/u-boot/board/ti/am57xx/ |
A D | board.c | 742 return fdtdec_get_is_enabled(gd->fdt_blob, node); in device_okay()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | sunxi_nand.c | 1827 if (!fdtdec_get_is_enabled(blob, node)) { in sunxi_nand_init()
|
/u-boot/drivers/net/ |
A D | mvpp2.c | 5463 if (!fdtdec_get_is_enabled(blob, subnode)) in mvpp2_base_bind()
|