Searched refs:ux_device_enum_state (Results 1 – 6 of 6) sorted by relevance
289 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_FAIL; in _ux_host_stack_configuration_parsed()298 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_ACTIVATE; in _ux_host_stack_configuration_parsed()311 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_CONFIG_SET; in _ux_host_stack_configuration_parsed()335 device -> ux_device_enum_state = UX_STATE_IDLE; in _ux_host_stack_device_enumerated()403 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_DONE; in _ux_host_stack_interface_activate_wait()419 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_ACTIVATE; in _ux_host_stack_interface_activate_wait()424 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_DONE; in _ux_host_stack_interface_activate_wait()432 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_RETRY; in _ux_host_stack_interface_activate_wait()475 switch (device -> ux_device_enum_state) in _ux_host_stack_device_enum_run()482 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_PORT_ENABLE; in _ux_host_stack_device_enum_run()[all …]
168 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_LOCK_WAIT; in _ux_host_stack_device_configuration_activate()176 while(device -> ux_device_enum_state != UX_STATE_IDLE) in _ux_host_stack_device_configuration_activate()
128 if ((device -> ux_device_enum_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) || in _ux_host_stack_device_resources_free()129 ((device -> ux_device_enum_state == UX_HOST_STACK_ENUM_TRANS_WAIT) && in _ux_host_stack_device_resources_free()
216 if ((dev->ux_device_enum_state == _test_state_to_disconnect) && in _test_standalone_dev_retry_with_buffer()
436 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_WAIT; in _ux_host_class_hub_inst_tasks_run()
2031 UCHAR ux_device_enum_state; member