Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dboards.c157 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in uniphier_get_board_param()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/board/samsung/common/
H A Dexynos5-dt-types.c184 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in set_board_type()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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,
/rk3399_rockchip-uboot/lib/libfdt/
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()
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c821 return !fdt_node_check_compatible(fdt, ofnode_to_offset(node), compat); in device_is_compatible()
828 return !fdt_node_check_compatible(fdt, 0, compat); in of_machine_is_compatible()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c290 if (!fdt_node_check_compatible(kfdt, 0, compat)) in dtb_check_ok()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c341 if (0 == fdt_node_check_compatible(blob, node, in fdtdec_lookup()
361 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
381 err = fdt_node_check_compatible(blob, node, compat_names[id]); in fdtdec_next_alias()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1897 if (!fdt_node_check_compatible(kfdt, 0, in fit_conf_find_compat()