Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_lpuart.c429 if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart")) in lpuart_serial_ofdata_to_platdata()
431 else if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart")) in lpuart_serial_ofdata_to_platdata()
433 else if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart")) in lpuart_serial_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/
H A Drk3288.c182 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in rk3288_qos_init()
282 if (!fdt_node_check_compatible(gd->fdt_blob, 0, "google,veyron")) { in rk_board_init()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsoc.c22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmachine.h52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dboard-ingenic.c53 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()
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dboards.c157 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in uniphier_get_board_param()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c332 ret = fdt_node_check_compatible(fdt, off, "spi-flash"); in rpc_hf_bind()
336 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor"); in rpc_hf_bind()
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dexynos5-dt-types.c184 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in set_board_type()
/OK3568_Linux_fs/u-boot/spl/lib/libfdt/
H A Dfdt_ro.su
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.su
H A Dfdt_ro.c669 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
697 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c394 ret = fdt_node_check_compatible(fdt, off, "spi-flash"); in rpc_spi_bind()
398 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor"); in rpc_spi_bind()
H A Dich.c674 ret = fdt_node_check_compatible(gd->fdt_blob, node, "intel,ich7-spi"); in ich_spi_ofdata_to_platdata()
678 ret = fdt_node_check_compatible(gd->fdt_blob, node, in ich_spi_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/drivers/usb/phy/
H A Drockchip_usb2_phy.c173 if (fdt_node_check_compatible(gd->fdt_blob, pdata->phy_of_node, in otg_phy_init()
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c667 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
695 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
H A Dlibfdt.h929 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/OK3568_Linux_fs/kernel/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.h1028 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c819 return !fdt_node_check_compatible(fdt, ofnode_to_offset(node), compat); in device_is_compatible()
826 return !fdt_node_check_compatible(fdt, 0, compat); in of_machine_is_compatible()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c335 if (0 == fdt_node_check_compatible(blob, node, in fdtdec_lookup()
355 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
375 err = fdt_node_check_compatible(blob, node, compat_names[id]); in fdtdec_next_alias()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c290 if (!fdt_node_check_compatible(kfdt, 0, compat)) in dtb_check_ok()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt.c943 if (fdt_node_check_compatible(fdt, offset, match->compatible)) in early_init_dt_scan_chosen_stdout()
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3288.c1004 priv->is_veyron = !fdt_node_check_compatible(blob, 0, "google,veyron"); in rk3288_dmc_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1748 if (!fdt_node_check_compatible(kfdt, 0, in fit_conf_find_compat()

12