| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | soc.c | 22 if (!fdt_node_check_compatible(fdt, 0, s->compatible)) { in soc_early_init()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | machine.h | 52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
|
| /OK3568_Linux_fs/kernel/arch/mips/generic/ |
| H A D | board-ingenic.c | 53 if (!fdt_node_check_compatible(fdt, 0, "qi,lb60") && in ingenic_fixup_fdt()
|
| H A D | board-sead3.c | 169 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 D | boards.c | 157 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in uniphier_get_board_param()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | exynos5-dt-types.c | 184 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in set_board_type()
|
| /OK3568_Linux_fs/u-boot/spl/lib/libfdt/ |
| H A D | fdt_ro.su | |
| /OK3568_Linux_fs/u-boot/lib/libfdt/ |
| H A D | fdt_ro.su | |
| 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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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,
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 823 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 D | libfdt.h | 1028 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.c | 819 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 D | fdtdec.c | 335 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 D | kernel_dtb.c | 290 if (!fdt_node_check_compatible(kfdt, 0, compat)) in dtb_check_ok()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 943 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 D | sdram_rk3288.c | 1004 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 D | image-fit.c | 1748 if (!fdt_node_check_compatible(kfdt, 0, in fit_conf_find_compat()
|