Home
last modified time | relevance | path

Searched refs:fdt_node_check_compatible (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/drivers/clk/altera/
H A Dclk-arria10.c199 if (fdt_node_check_compatible(fdt, offset, "fixed-clock")) in socfpga_a10_handoff_workaround()
248 if (fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_bind()
250 fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_bind()
252 fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_bind()
254 fdt_node_check_compatible(fdt, offset, "fixed-clock")) in socfpga_a10_clk_bind()
280 if (!fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_probe()
287 } else if (!fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_probe()
290 } else if (!fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_probe()
312 if (!fdt_node_check_compatible(fdt, offset, "altr,clk-mgr")) { in socfpga_a10_ofdata_to_platdata()
/openbmc/linux/arch/riscv/kernel/
H A Dsoc.c22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c45 if (!fdt_node_check_compatible(blob, node, "marvell,ap806-pinctrl")) { in mvebu_pinctl_emmc_set_mux()
51 } else if (!fdt_node_check_compatible(blob, node, in mvebu_pinctl_emmc_set_mux()
/openbmc/u-boot/drivers/serial/
H A Dserial_lpuart.c505 if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart")) in lpuart_serial_ofdata_to_platdata()
507 else if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart")) in lpuart_serial_ofdata_to_platdata()
509 else if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart")) in lpuart_serial_ofdata_to_platdata()
511 else if (!fdt_node_check_compatible(blob, node, "fsl,imx8qm-lpuart")) in lpuart_serial_ofdata_to_platdata()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board.c37 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in rk3288_qos_init()
179 if (!fdt_node_check_compatible(gd->fdt_blob, 0, "google,veyron")) { in board_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmachine.h52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dboards.c156 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in uniphier_get_board_param()
/openbmc/u-boot/drivers/usb/phy/
H A Drockchip_usb2_phy.c74 if (fdt_node_check_compatible(gd->fdt_blob, pdata->phy_of_node, in otg_phy_init()
/openbmc/linux/arch/mips/generic/
H A Dboard-ingenic.c114 if (!fdt_node_check_compatible(fdt, 0, "qi,lb60") && in ingenic_fixup_fdt()
H A Dboard-sead3.c169 BUG_ON(fdt_node_check_compatible(fdt, 0, "mti,sead-3")); in sead3_fixup_fdt()
/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt-types.c245 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in set_board_type()
/openbmc/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c331 ret = fdt_node_check_compatible(fdt, off, "spi-flash"); in rpc_hf_bind()
335 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor"); in rpc_hf_bind()
/openbmc/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c393 ret = fdt_node_check_compatible(fdt, off, "spi-flash"); in rpc_spi_bind()
397 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor"); in rpc_spi_bind()
H A Dich.c673 ret = fdt_node_check_compatible(gd->fdt_blob, node, "intel,ich7-spi"); in ich_spi_ofdata_to_platdata()
677 ret = fdt_node_check_compatible(gd->fdt_blob, node, in ich_spi_ofdata_to_platdata()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c166 if (fdt_node_check_compatible(gd->fdt_blob, dwc3_node, in sti_dwc3_glue_bind()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c646 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
674 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c737 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
765 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
H A Dlibfdt.h932 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c823 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
851 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
H A Dlibfdt.h1060 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/openbmc/qemu/hw/core/
H A Dloader-fit.c251 if (fdt_node_check_compatible(fdt, 0, compat)) { in fit_cfg_compatible()
/openbmc/u-boot/lib/
H A Dfdtdec.c330 if (fdt_node_check_compatible(blob, node, in fdtdec_lookup()
349 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
369 err = fdt_node_check_compatible(blob, node, compat_names[id]); in fdtdec_next_alias()
/openbmc/u-boot/drivers/core/
H A Ddevice.c822 return !fdt_node_check_compatible(fdt, 0, compat); in of_machine_is_compatible()
H A Dofnode.c773 return !fdt_node_check_compatible(gd->fdt_blob, in ofnode_device_is_compatible()
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c900 !fdt_node_check_compatible(gd->fdt_blob, parent, in sun8i_emac_eth_ofdata_to_platdata()

12