Searched refs:check_produces (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qgraph.c | 84 static void check_produces(const char *machine, const char *interface) in check_produces() function 192 check_produces(MACHINE_PC, I440FX); in test_produces() 203 check_produces(MACHINE_PC, I440FX); in test_multiple_produces() 204 check_produces(MACHINE_PC, PCIBUS_PC); in test_multiple_produces() 263 check_produces(MACHINE_PC, SDHCI); in test_machine_produces_interface() 271 check_produces(I440FX, SDHCI); in test_driver_produces_interface() 306 check_produces(PCIBUS_PC, PCIBUS); in test_full_sample() 309 check_produces(SDHCI_PCI, SDHCI); in test_full_sample() 311 check_produces(SDHCI_MM, SDHCI); in test_full_sample() 326 check_produces(PCIBUS_PC, PCIBUS); in test_full_sample_raspi() [all …]
|