Lines Matching refs:hub

422 UX_DEVICE                hub[3];  in ux_test_thread_simulation_0_entry()  local
443 …ramework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 6000 , &hub[2], UX_HIGH_SPEED_D… in ux_test_thread_simulation_0_entry()
444 …ramework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 6000 , &hub[2], UX_HIGH_SPEED_D… in ux_test_thread_simulation_0_entry()
446 …ramework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 6000 , &hub[2], UX_FULL_SPEED_D… in ux_test_thread_simulation_0_entry()
457 ux_utility_memory_set(hub, 0, sizeof(hub)); in ux_test_thread_simulation_0_entry()
458 hub[0].ux_device_speed = UX_HIGH_SPEED_DEVICE; in ux_test_thread_simulation_0_entry()
459 hub[0].ux_device_parent = UX_NULL; in ux_test_thread_simulation_0_entry()
460 hub[0].ux_device_port_location = 0; in ux_test_thread_simulation_0_entry()
461 hub[0].ux_device_hub_tt[0].ux_hub_tt_max_bandwidth = UX_TT_BANDWIDTH; in ux_test_thread_simulation_0_entry()
462 hub[0].ux_device_hub_tt[0].ux_hub_tt_port_mapping = 0; in ux_test_thread_simulation_0_entry()
463 hub[0].ux_device_hub_tt[1].ux_hub_tt_max_bandwidth = UX_TT_BANDWIDTH; in ux_test_thread_simulation_0_entry()
464 hub[0].ux_device_hub_tt[1].ux_hub_tt_port_mapping = UX_TT_MASK; in ux_test_thread_simulation_0_entry()
465 hub[1].ux_device_speed = UX_FULL_SPEED_DEVICE; in ux_test_thread_simulation_0_entry()
466 hub[1].ux_device_parent = &hub[0]; in ux_test_thread_simulation_0_entry()
467 hub[1].ux_device_port_location = 2; in ux_test_thread_simulation_0_entry()
468 hub[2].ux_device_speed = UX_FULL_SPEED_DEVICE; in ux_test_thread_simulation_0_entry()
469 hub[2].ux_device_parent = &hub[1]; in ux_test_thread_simulation_0_entry()
470 hub[2].ux_device_port_location = 3; 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()
577 hub[0].ux_device_speed = UX_HIGH_SPEED_DEVICE; in ux_test_thread_simulation_0_entry()
578 hub[0].ux_device_hub_tt[1].ux_hub_tt_port_mapping = UX_TT_MASK; in ux_test_thread_simulation_0_entry()
579 hub[0].ux_device_hub_tt[1].ux_hub_tt_max_bandwidth = UX_TT_BANDWIDTH; in ux_test_thread_simulation_0_entry()