Searched refs:TestData (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_timer-test.c | 54 typedef struct TestData { struct 57 } TestData; argument 192 const TestData *td = test_data; in test_reset() 206 const TestData *td = test_data; in test_reset_overrides_enable() 221 const TestData *td = test_data; in test_oneshot_enable_then_disable() 239 const TestData *td = test_data; in test_oneshot_ps5() 277 const TestData *td = test_data; in test_oneshot_ps0() 305 const TestData *td = test_data; in test_oneshot_ps255() 333 const TestData *td = test_data; in test_oneshot_interrupt() 354 const TestData *td = test_data; in test_pause_resume() [all …]
|
H A D | tco-test.c | 49 } TestData; typedef 134 TestData d; in test_tco_defaults() 164 TestData d; in test_tco_timeout() 208 TestData d; in test_tco_max_timeout() 252 TestData td; in test_tco_second_timeout_pause() 277 TestData td; in test_tco_second_timeout_reset() 302 TestData td; in test_tco_second_timeout_shutdown() 352 TestData d; in test_tco_ticks_counter() 380 TestData d; in test_tco1_control_bits() 398 TestData d; in test_tco1_status_bits() [all …]
|
H A D | npcm7xx_pwm-test.c | 113 typedef struct TestData { struct 116 } TestData; typedef 396 static uint32_t pwm_read_ppr(QTestState *qts, const TestData *td) in pwm_read_ppr() 406 static uint32_t pwm_read_csr(QTestState *qts, const TestData *td) in pwm_read_csr() 416 static uint32_t pwm_read_pcr(QTestState *qts, const TestData *td) in pwm_read_pcr() 446 static int mft_compute_index(const TestData *td) in mft_compute_index() 467 static void mft_init(QTestState *qts, const TestData *td) in mft_init() 557 const TestData *td = test_data; in test_init() 571 const TestData *td = test_data; in test_oneshot() 602 const TestData *td = test_data; in test_toggle() [all …]
|
H A D | npcm_gmac-test.c | 35 typedef struct TestData { struct 37 } TestData; typedef 180 const TestData *td = test_data; in test_init() 241 static void gmac_add_test(const char *name, const TestData* td, in gmac_add_test() 251 TestData test_data_list[ARRAY_SIZE(gmac_module_list)]; in main() 256 TestData *td = &test_data_list[i]; in main()
|
H A D | i440fx-test.c | 24 typedef struct TestData struct 27 } TestData; typedef 34 static QPCIBus *test_start_get_bus(const TestData *s) in test_start_get_bus() 46 const TestData *s = opaque; in test_i440fx_defaults() 197 const TestData *s = opaque; in test_i440fx_pam() 381 TestData data; in main()
|
H A D | npcm7xx_emc-test.c | 185 typedef struct TestData { struct 187 } TestData; argument 343 const TestData *td = test_data; in test_init() 791 const TestData *td = test_data; in test_tx() 816 const TestData *td = test_data; in test_rx() 847 static void emc_add_test(const char *name, const TestData* td, in emc_add_test() 858 TestData test_data_list[ARRAY_SIZE(emc_module_list)]; in main() 863 TestData *td = &test_data_list[i]; in main()
|
/openbmc/qemu/tests/unit/ |
H A D | test-nested-aio-poll.c | 29 } TestData; typedef 48 TestData *td = container_of(notifier, TestData, poll_notifier); in io_poll_ready() 70 TestData td = { in test()
|
/openbmc/openbmc-test-automation/bin/ |
H A D | generate_testsuite_info.py | 11 from robot.parsing.model import TestData 122 test_suite_obj = TestData(parent=None, source=file_path)
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
H A D | test_data.py | 18 class TestData(TestBase): class
|