Searched refs:ofnode_device_is_compatible (Results 1 – 13 of 13) sorted by relevance
/u-boot/drivers/usb/phy/ |
A D | rockchip_usb2_phy.c | 78 if (ofnode_device_is_compatible(pdata->phy_of_node, in otg_phy_init()
|
/u-boot/drivers/core/ |
A D | syscon-uclass.c | 74 if (!ofnode_device_is_compatible(node, "syscon")) { in syscon_probe_by_ofnode()
|
A D | device.c | 1078 return ofnode_device_is_compatible(dev_ofnode(dev), compat); in device_is_compatible()
|
A D | ofnode.c | 939 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()
|
/u-boot/drivers/misc/ |
A D | i2c_eeprom.c | 126 if (!ofnode_device_is_compatible(partitions, "fixed-partitions")) in i2c_eeprom_std_bind()
|
/u-boot/test/dm/ |
A D | ofnode.c | 16 ut_assert(ofnode_device_is_compatible(root_node, "sandbox")); in dm_test_ofnode_compatible()
|
/u-boot/include/dm/ |
A D | ofnode.h | 1026 int ofnode_device_is_compatible(ofnode node, const char *compat);
|
/u-boot/drivers/mtd/nand/raw/ |
A D | stm32_fmc2_nand.c | 865 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 D | sun8i_emac.c | 854 if (!ofnode_device_is_compatible(ofnode_get_parent(phandle.node), in sun8i_handle_internal_phy()
|
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.c | 2686 if (ofnode_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()
|
Completed in 30 milliseconds