Home
last modified time | relevance | path

Searched refs:ux_device_hub_tt (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_descriptor_get.c85 … hub -> ux_host_class_hub_device -> ux_device_hub_tt[0].ux_hub_tt_port_mapping = UX_TT_MASK; in _ux_host_class_hub_descriptor_parse()
86 … hub -> ux_host_class_hub_device -> ux_device_hub_tt[0].ux_hub_tt_max_bandwidth = UX_TT_BANDWIDTH; in _ux_host_class_hub_descriptor_parse()
109 …hub -> ux_host_class_hub_device -> ux_device_hub_tt[port_index].ux_hub_tt_port_mapping = (ULONG)… in _ux_host_class_hub_descriptor_parse()
110 …hub -> ux_host_class_hub_device -> ux_device_hub_tt[port_index].ux_hub_tt_max_bandwidth = UX_TT_B… in _ux_host_class_hub_descriptor_parse()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_bandwidth_test.c461 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()
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()
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()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_claim.c224 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_claim()
229 … parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth -= tt_bandwidth_claimed; in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c219 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_release()
224 … parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth += tt_bandwidth_claimed; in _ux_host_stack_bandwidth_release()
Dux_host_stack_bandwidth_check.c232 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_check()
237 … if (parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth < tt_bandwidth_claimed) in _ux_host_stack_bandwidth_check()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2008 ux_device_hub_tt[UX_MAX_TT]; member