Searched refs:ux_hcd_rh_device_connection (Results 1 – 7 of 7) sorted by relevance
102 hcd -> ux_hcd_rh_device_connection |= (ULONG)(1 << port_index); in _ux_host_stack_rh_device_insertion()193 hcd -> ux_hcd_rh_device_connection |= (ULONG)(1 << port_index); in _ux_host_stack_rh_device_insertion()235 hcd -> ux_hcd_rh_device_connection |= (ULONG)(1 << port_index); in _ux_host_stack_rh_device_insertion()
128 … if ((hcd -> ux_hcd_rh_device_connection & (ULONG)(1 << port_index)) == 0) in _ux_host_stack_rh_change_process()167 if ((hcd -> ux_hcd_rh_device_connection & (ULONG)(1 << port_index)) !=0) in _ux_host_stack_rh_change_process()
82 hcd -> ux_hcd_rh_device_connection &= (ULONG)~(1 << port_index); in _ux_host_stack_rh_device_extraction()
181 hcd -> ux_hcd_rh_device_connection &= (ULONG) in _ux_host_stack_hcd_unregister()
363 UX_DEVICE_HCD_GET(device) -> ux_hcd_rh_device_connection |= in _ux_host_stack_device_enumerated()
1427 if (hcd -> ux_hcd_rh_device_connection) in _host_rh_removal_is_pending()
2274 ULONG ux_hcd_rh_device_connection; member