Searched refs:ofnode_device_is_compatible (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | ofnode.c | 14 ut_assert(ofnode_device_is_compatible(root_node, "sandbox")); in dm_test_ofnode_compatible()
|
/openbmc/u-boot/drivers/core/ |
H A D | syscon-uclass.c | 161 if (!ofnode_device_is_compatible(node, "syscon")) in syscon_node_to_regmap()
|
H A D | device.c | 815 return ofnode_device_is_compatible(dev_ofnode(dev), compat); in device_is_compatible()
|
H A D | ofnode.c | 767 int ofnode_device_is_compatible(ofnode node, const char *compat) in ofnode_device_is_compatible() function
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_uniphier.c | 135 if (ofnode_device_is_compatible(root_node, in uniphier_serial_probe()
|
/openbmc/u-boot/include/dm/ |
H A D | ofnode.h | 776 int ofnode_device_is_compatible(ofnode node, const char *compat);
|
/openbmc/u-boot/drivers/misc/ |
H A D | i2c_eeprom.c | 125 if (!ofnode_device_is_compatible(partitions, "fixed-partitions")) in i2c_eeprom_std_bind()
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 1833 (ofnode_device_is_compatible(node, "spi-flash") || in aspeed_spi_count_flash_devices() 1834 ofnode_device_is_compatible(node, "jedec,spi-nor"))) in aspeed_spi_count_flash_devices()
|