| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/ |
| H A D | rk3288.c | 182 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 D | boards.c | 157 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in uniphier_get_board_param()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_lpuart.c | 429 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 D | exynos5-dt-types.c | 184 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in set_board_type()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | renesas_rpc_hf.c | 332 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 D | rockchip_usb2_phy.c | 173 if (fdt_node_check_compatible(gd->fdt_blob, pdata->phy_of_node, in otg_phy_init()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | renesas_rpc_spi.c | 394 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 D | ich.c | 674 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 D | fdt_ro.c | 667 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 D | libfdt.h | 929 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_ro.c | 669 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 D | device.c | 821 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 D | kernel_dtb.c | 290 if (!fdt_node_check_compatible(kfdt, 0, compat)) in dtb_check_ok()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 341 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 D | sdram_rk3288.c | 1004 priv->is_veyron = !fdt_node_check_compatible(blob, 0, "google,veyron"); in rk3288_dmc_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1897 if (!fdt_node_check_compatible(kfdt, 0, in fit_conf_find_compat()
|