Searched refs:ofnode_device_is_compatible (Results 1 – 21 of 21) sorted by relevance
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-if.c | 42 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 D | sart.c | 130 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 D | rockchip_usb2_phy.c | 86 if (ofnode_device_is_compatible(pdata->phy_of_node, in otg_phy_init()
|
| /u-boot/drivers/usb/dwc3/ |
| A D | dwc3-meson-gxl.c | 413 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 D | dwc3-meson-g12a.c | 460 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 D | syscon-uclass.c | 87 if (!ofnode_device_is_compatible(node, "syscon")) { in syscon_probe_by_ofnode()
|
| A D | device.c | 1183 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 D | ofnode.c | 1410 int ofnode_device_is_compatible(ofnode node, const char *compat) in ofnode_device_is_compatible() function
|
| /u-boot/drivers/serial/ |
| A D | serial_uniphier.c | 129 if (ofnode_device_is_compatible(root_node, in uniphier_serial_probe()
|
| /u-boot/drivers/usb/host/ |
| A D | dwc3-sti-glue.c | 160 if (ofnode_device_is_compatible(node, "snps,dwc3")) in sti_dwc3_glue_bind()
|
| A D | dwc3-octeon-glue.c | 371 if (ofnode_device_is_compatible(node, "snps,dwc3")) in octeon_dwc3_glue_bind()
|
| A D | xhci-mtk.c | 98 if (!ofnode_device_is_compatible(dev_ofnode(mtk->dev), "mediatek,mt8195-xhci")) in xhci_mtk_set_frame_interval()
|
| /u-boot/drivers/misc/ |
| A D | i2c_eeprom.c | 129 if (!ofnode_device_is_compatible(partitions, "fixed-partitions")) in i2c_eeprom_std_bind()
|
| /u-boot/drivers/net/octeontx/ |
| A D | smi.c | 331 if (!ofnode_device_is_compatible(subnode, in octeontx_smi_probe()
|
| /u-boot/test/dm/ |
| A D | ofnode.c | 99 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 D | board.c | 97 if (ofnode_device_is_compatible(node, "micrel,ks8851-mll")) in dh_stm32_mac_is_in_ks8851()
|
| /u-boot/include/dm/ |
| A D | ofnode.h | 1363 int ofnode_device_is_compatible(ofnode node, const char *compat);
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | stm32_fmc2_nand.c | 874 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 D | sun8i_emac.c | 751 if (!ofnode_device_is_compatible(ofnode_get_parent(phandle.node), in sun8i_handle_internal_phy()
|
| /u-boot/drivers/mtd/ |
| A D | mtdpart.c | 899 !ofnode_device_is_compatible(parts, "fixed-partitions")) in add_mtd_partitions_of()
|
| /u-boot/drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 2870 if (ofnode_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()
|
Completed in 71 milliseconds