Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dofnode.c14 ut_assert(ofnode_device_is_compatible(root_node, "sandbox")); in dm_test_ofnode_compatible()
/openbmc/u-boot/drivers/core/
H A Dsyscon-uclass.c161 if (!ofnode_device_is_compatible(node, "syscon")) in syscon_node_to_regmap()
H A Ddevice.c815 return ofnode_device_is_compatible(dev_ofnode(dev), compat); in device_is_compatible()
H A Dofnode.c767 int ofnode_device_is_compatible(ofnode node, const char *compat) in ofnode_device_is_compatible() function
/openbmc/u-boot/drivers/serial/
H A Dserial_uniphier.c135 if (ofnode_device_is_compatible(root_node, in uniphier_serial_probe()
/openbmc/u-boot/include/dm/
H A Dofnode.h776 int ofnode_device_is_compatible(ofnode node, const char *compat);
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c1833 (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()