Searched refs:UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION (Results 1 – 4 of 4) sorted by relevance
114 if (port_status & UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION) in _ux_host_class_hub_port_change_connection_process()158 if ((local_port_status & UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION) == 0) in _ux_host_class_hub_port_change_connection_process()
28 *port_status = UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION; in hcd_entry_function()86 port_status = UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION; in test_application_define()
517 …set_and_send_port_event(speed | UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION | UX_HOST_CLASS_HUB_PORT_… in connect_device_to_hub_speed()530 …g_hub_device->port_status = UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION | UX_HOST_CLASS_HUB_PORT_STAT… in connect_device_to_hub_short_with_hub()
121 #define UX_HOST_CLASS_HUB_PORT_STATUS_CONNECTION 0x0001 macro