Home
last modified time | relevance | path

Searched refs:device_is_compatible (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/drivers/firmware/
H A Dpsci.c50 if (device_is_compatible(dev, "arm,psci-0.2") || in psci_bind()
51 device_is_compatible(dev, "arm,psci-1.0")) { in psci_bind()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw-common.c107 if (device_is_compatible(dev, "ti,am3517-emac")) in ti_cm_get_macid()
110 if (device_is_compatible(dev, "ti,dm816-emac")) in ti_cm_get_macid()
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c113 if (device_is_compatible(dev, "marvell,comphy-armada-3700")) in comphy_probe()
116 if (device_is_compatible(dev, "marvell,comphy-cp110")) in comphy_probe()
/openbmc/u-boot/drivers/misc/
H A Dgdsys_soc.c35 if (!device_is_compatible(child->parent, "gdsys,soc")) { in gdsys_soc_get_fpga()
/openbmc/linux/drivers/ata/
H A Dahci_platform.c59 if (device_is_compatible(dev, "hisilicon,hisi-ahci")) in ahci_probe()
/openbmc/u-boot/drivers/clk/sunxi/
H A Dclk_a80.c78 if (device_is_compatible(dev, "allwinner,sun9i-a80-mmc-config-clk")) in a80_clk_bind()
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c660 ut_assert(device_is_compatible(dev, "sandbox,usb")); in dm_test_fdt_livetree_writing()
662 ut_assert(device_is_compatible(dev, "gdsys,super-usb")); in dm_test_fdt_livetree_writing()
664 ut_assert(device_is_compatible(dev, "sandbox,usb")); in dm_test_fdt_livetree_writing()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-marvell.c123 if (device_is_compatible(dev, "marvell,armada3700-ehci")) in ehci_mvebu_probe()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c151 if (device_is_compatible(dev, "ti,am437x-dwc3")) in dwc3_ti_select_dr_mode()
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c337 if (device_is_compatible(dev, "ti,phy-pipe3-sata")) { in pipe3_phy_probe()
/openbmc/u-boot/include/dm/
H A Ddevice.h630 bool device_is_compatible(struct udevice *dev, const char *compat);
/openbmc/u-boot/drivers/mmc/
H A Dxenon_sdhci.c456 if (device_is_compatible(dev, "marvell,armada-3700-sdhci")) in xenon_sdhci_ofdata_to_platdata()
/openbmc/linux/include/linux/
H A Dproperty.h122 static inline bool device_is_compatible(const struct device *dev, const char *compat) in device_is_compatible() function
/openbmc/u-boot/drivers/core/
H A Ddevice.c813 bool device_is_compatible(struct udevice *dev, const char *compat) in device_is_compatible() function
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c1892 if (device_is_compatible(bus, "aspeed,ast2600-fmc") || in aspeed_spi_probe()
1893 device_is_compatible(bus, "aspeed,ast2600-spi")) { in aspeed_spi_probe()
/openbmc/u-boot/drivers/net/
H A Dmvneta.c1718 if (device_is_compatible(dev, "marvell,armada-3700-neta")) in mvneta_probe()