Lines Matching refs:tests
435 } tests[] = { in ux_test_thread_simulation_0_entry() local
476 for (test = 0; test < sizeof(tests)/sizeof(struct _test_def); test ++) in ux_test_thread_simulation_0_entry()
484 hcd -> ux_hcd_version = tests[test].hcd_version; in ux_test_thread_simulation_0_entry()
485 hcd -> ux_hcd_available_bandwidth = tests[test].available_bandwidth; in ux_test_thread_simulation_0_entry()
486 … ux_test_dcd_sim_slave_connect_framework(tests[test].framework, tests[test].framework_length); in ux_test_thread_simulation_0_entry()
487 ux_test_hcd_sim_host_connect(tests[test].speed); in ux_test_thread_simulation_0_entry()
527 if (tests[test].parent) in ux_test_thread_simulation_0_entry()
529 device->ux_device_parent = tests[test].parent; in ux_test_thread_simulation_0_entry()
530 hub[0].ux_device_speed = tests[test].parent_speed; in ux_test_thread_simulation_0_entry()
531 hub[0].ux_device_hub_tt[1].ux_hub_tt_port_mapping = tests[test].tt_mask; in ux_test_thread_simulation_0_entry()
532 hub[0].ux_device_hub_tt[1].ux_hub_tt_max_bandwidth = tests[test].tt_bandwidth; in ux_test_thread_simulation_0_entry()
537 if (status != tests[test].status0) in ux_test_thread_simulation_0_entry()
540 …printf("ERROR #%d.%d: ifc_set status not expected: %x<>%x\n", __LINE__, test, tests[test].status0,… in ux_test_thread_simulation_0_entry()
547 if (tests[test].status1_invert) in ux_test_thread_simulation_0_entry()
573 if (tests[test].parent) in ux_test_thread_simulation_0_entry()