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.c214 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
230 hub -> ux_host_class_hub_run_status = UX_CONNECTION_INCOMPATIBLE; in _ux_host_class_hub_activate_wait()
256 hub -> ux_host_class_hub_run_status = UX_CONNECTION_INCOMPATIBLE; in _ux_host_class_hub_activate_wait()
279 hub -> ux_host_class_hub_run_status = UX_CONNECTION_INCOMPATIBLE; in _ux_host_class_hub_activate_wait()
288 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
302 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
317 hub -> ux_host_class_hub_run_status = UX_DESCRIPTOR_CORRUPTED; in _ux_host_class_hub_activate_wait()
326 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
394 hub -> ux_host_class_hub_run_status = status; in _ux_host_class_hub_activate_wait()
407 if (hub -> ux_host_class_hub_run_status != UX_SUCCESS) in _ux_host_class_hub_activate_wait()
[all …]
Dux_host_class_hub_activate.c139 hub -> ux_host_class_hub_run_status = UX_SUCCESS; in _ux_host_class_hub_activate()
Dux_host_class_hub_tasks_run.c468 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.h226 UINT ux_host_class_hub_run_status; member