Home
last modified time | relevance | path

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

/u-boot/drivers/usb/phy/
A Drockchip_usb2_phy.c78 if (ofnode_device_is_compatible(pdata->phy_of_node, in otg_phy_init()
/u-boot/drivers/core/
A Dsyscon-uclass.c74 if (!ofnode_device_is_compatible(node, "syscon")) { in syscon_probe_by_ofnode()
A Ddevice.c1078 return ofnode_device_is_compatible(dev_ofnode(dev), compat); in device_is_compatible()
A Dofnode.c939 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()
/u-boot/drivers/misc/
A Di2c_eeprom.c126 if (!ofnode_device_is_compatible(partitions, "fixed-partitions")) in i2c_eeprom_std_bind()
/u-boot/test/dm/
A Dofnode.c16 ut_assert(ofnode_device_is_compatible(root_node, "sandbox")); in dm_test_ofnode_compatible()
/u-boot/include/dm/
A Dofnode.h1026 int ofnode_device_is_compatible(ofnode node, const char *compat);
/u-boot/drivers/mtd/nand/raw/
A Dstm32_fmc2_nand.c865 if (pdev && ofnode_device_is_compatible(dev_ofnode(pdev), in stm32_fmc2_nfc_get_cdev()
869 if (ofnode_device_is_compatible(dev_ofnode(dev), in stm32_fmc2_nfc_get_cdev()
/u-boot/drivers/net/
A Dsun8i_emac.c854 if (!ofnode_device_is_compatible(ofnode_get_parent(phandle.node), in sun8i_handle_internal_phy()
/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.c2686 if (ofnode_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()

Completed in 30 milliseconds