Home
last modified time | relevance | path

Searched refs:port_map (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_claim.c93 ULONG port_map; in _ux_host_stack_bandwidth_claim() local
214 port_map = (ULONG)(1 << port_index); in _ux_host_stack_bandwidth_claim()
224 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c92 ULONG port_map; in _ux_host_stack_bandwidth_release() local
212 port_map = (ULONG)(1 << port_index); in _ux_host_stack_bandwidth_release()
219 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_release()
Dux_host_stack_bandwidth_check.c94 ULONG port_map; in _ux_host_stack_bandwidth_check() local
225 port_map = (ULONG)(1 << port_index); in _ux_host_stack_bandwidth_check()
232 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_check()