Home
last modified time | relevance | path

Searched refs:ofnode_device_is_compatible (Results 1 – 21 of 21) sorted by relevance

/u-boot/drivers/usb/isp1760/
A Disp1760-if.c42 if (ofnode_device_is_compatible(dp, "nxp,usb-isp1761")) in isp1760_of_to_plat()
45 if (ofnode_device_is_compatible(dp, "nxp,usb-isp1763")) in isp1760_of_to_plat()
/u-boot/arch/arm/mach-apple/
A Dsart.c130 if (ofnode_device_is_compatible(node, "apple,t8103-sart")) { in sart_init()
132 } else if (ofnode_device_is_compatible(node, "apple,t6000-sart")) { in sart_init()
/u-boot/drivers/usb/phy/
A Drockchip_usb2_phy.c86 if (ofnode_device_is_compatible(pdata->phy_of_node, in otg_phy_init()
/u-boot/drivers/usb/dwc3/
A Ddwc3-meson-gxl.c413 if (ofnode_device_is_compatible(dev_ofnode(dev), "amlogic,meson-g12a-usb")) in dwc3_meson_gxl_child_pre_probe()
421 if (ofnode_device_is_compatible(dev_ofnode(dev), "amlogic,meson-g12a-usb")) in dwc3_meson_gxl_child_post_remove()
A Ddwc3-meson-g12a.c460 if (ofnode_device_is_compatible(dev_ofnode(dev), "amlogic,meson-g12a-usb")) in dwc3_meson_g12a_child_pre_probe()
468 if (ofnode_device_is_compatible(dev_ofnode(dev), "amlogic,meson-g12a-usb")) in dwc3_meson_g12a_child_post_remove()
/u-boot/drivers/core/
A Dsyscon-uclass.c87 if (!ofnode_device_is_compatible(node, "syscon")) { in syscon_probe_by_ofnode()
A Ddevice.c1183 return ofnode_device_is_compatible(dev_ofnode(dev), compat); in device_is_compatible()
1188 return ofnode_device_is_compatible(ofnode_root(), compat); in of_machine_is_compatible()
A Dofnode.c1410 int ofnode_device_is_compatible(ofnode node, const char *compat) in ofnode_device_is_compatible() function
/u-boot/drivers/serial/
A Dserial_uniphier.c129 if (ofnode_device_is_compatible(root_node, in uniphier_serial_probe()
/u-boot/drivers/usb/host/
A Ddwc3-sti-glue.c160 if (ofnode_device_is_compatible(node, "snps,dwc3")) in sti_dwc3_glue_bind()
A Ddwc3-octeon-glue.c371 if (ofnode_device_is_compatible(node, "snps,dwc3")) in octeon_dwc3_glue_bind()
A Dxhci-mtk.c98 if (!ofnode_device_is_compatible(dev_ofnode(mtk->dev), "mediatek,mt8195-xhci")) in xhci_mtk_set_frame_interval()
/u-boot/drivers/misc/
A Di2c_eeprom.c129 if (!ofnode_device_is_compatible(partitions, "fixed-partitions")) in i2c_eeprom_std_bind()
/u-boot/drivers/net/octeontx/
A Dsmi.c331 if (!ofnode_device_is_compatible(subnode, in octeontx_smi_probe()
/u-boot/test/dm/
A Dofnode.c99 ut_assert(ofnode_device_is_compatible(root_node, "sandbox")); in dm_test_ofnode_compatible()
113 ut_assert(ofnode_device_is_compatible(oroot, "sandbox-other")); in dm_test_ofnode_compatible_ot()
593 ut_assert(ofnode_device_is_compatible(node, compatible)); in dm_test_ofnode_for_each_compatible_node()
/u-boot/board/dhelectronics/dh_stm32mp1/
A Dboard.c97 if (ofnode_device_is_compatible(node, "micrel,ks8851-mll")) in dh_stm32_mac_is_in_ks8851()
/u-boot/include/dm/
A Dofnode.h1363 int ofnode_device_is_compatible(ofnode node, const char *compat);
/u-boot/drivers/mtd/nand/raw/
A Dstm32_fmc2_nand.c874 if (pdev && ofnode_device_is_compatible(dev_ofnode(pdev), in stm32_fmc2_nfc_get_cdev()
878 if (ofnode_device_is_compatible(dev_ofnode(dev), in stm32_fmc2_nfc_get_cdev()
/u-boot/drivers/net/
A Dsun8i_emac.c751 if (!ofnode_device_is_compatible(ofnode_get_parent(phandle.node), in sun8i_handle_internal_phy()
/u-boot/drivers/mtd/
A Dmtdpart.c899 !ofnode_device_is_compatible(parts, "fixed-partitions")) in add_mtd_partitions_of()
/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.c2870 if (ofnode_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()

Completed in 71 milliseconds