Searched refs:ux_host_class_hub_port_state (Results 1 – 5 of 5) sorted by relevance
120 if (hub -> ux_host_class_hub_port_state & (UINT)(1 << port)) in _ux_host_class_hub_port_change_connection_process()130 hub -> ux_host_class_hub_port_state |= (UINT)(1 << port); in _ux_host_class_hub_port_change_connection_process()252 if ((hub -> ux_host_class_hub_port_state & (UINT)(1 << port))) in _ux_host_class_hub_port_change_connection_process()255 hub -> ux_host_class_hub_port_state &= (UINT)~(1 << port); in _ux_host_class_hub_port_change_connection_process()
126 if (hub -> ux_host_class_hub_port_state & (1UL << port_index)) in _ux_host_class_hub_deactivate()
199 if (hub -> ux_host_class_hub_port_state & (1u << port)) in _ux_host_class_hub_status_process()
87 hub.ux_host_class_hub_port_state = 0; in test_application_define()
222 UINT ux_host_class_hub_port_state; member