Home
last modified time | relevance | path

Searched refs:ux_host_class_hub_run_status (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_entry.c211 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
227 hub -> ux_host_class_hub_run_status = UX_CONNECTION_INCOMPATIBLE; in _ux_host_class_hub_activate_wait()
253 hub -> ux_host_class_hub_run_status = UX_CONNECTION_INCOMPATIBLE; in _ux_host_class_hub_activate_wait()
276 hub -> ux_host_class_hub_run_status = UX_CONNECTION_INCOMPATIBLE; in _ux_host_class_hub_activate_wait()
285 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
299 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
314 hub -> ux_host_class_hub_run_status = UX_DESCRIPTOR_CORRUPTED; in _ux_host_class_hub_activate_wait()
323 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
391 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
404 if (hub -> ux_host_class_hub_run_status != UX_SUCCESS) in _ux_host_class_hub_activate_wait()
[all …]
Dux_host_class_hub_activate.c140 hub -> ux_host_class_hub_run_status = UX_SUCCESS; in _ux_host_class_hub_activate()
Dux_host_class_hub_tasks_run.c469 hub -> ux_host_class_hub_run_status = in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h222 UINT ux_host_class_hub_run_status; member