Home
last modified time | relevance | path

Searched refs:ux_hcd_rh_device_connection (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_rh_device_insertion.c102 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()
Dux_host_stack_rh_change_process.c128 … 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()
Dux_host_stack_rh_device_extraction.c82 hcd -> ux_hcd_rh_device_connection &= (ULONG)~(1 << port_index); in _ux_host_stack_rh_device_extraction()
Dux_host_stack_hcd_unregister.c181 hcd -> ux_hcd_rh_device_connection &= (ULONG) in _ux_host_stack_hcd_unregister()
Dux_host_stack_tasks_run.c363 UX_DEVICE_HCD_GET(device) -> ux_hcd_rh_device_connection |= in _ux_host_stack_device_enumerated()
/USBX-v6.2.1/test/regression/
Dux_test.c1427 if (hcd -> ux_hcd_rh_device_connection) in _host_rh_removal_is_pending()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2274 ULONG ux_hcd_rh_device_connection; member