Home
last modified time | relevance | path

Searched refs:ux_device_state (Results 1 – 25 of 32) sorted by relevance

12

/USBX-v6.3.0/common/core/src/
Dux_host_stack_device_configuration_reset.c102 if (device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_stack_device_configuration_reset()
124 device -> ux_device_state = UX_DEVICE_ADDRESSED; in _ux_host_stack_device_configuration_reset()
Dux_host_stack_transfer_request.c145 …if ((device -> ux_device_state == UX_DEVICE_ATTACHED) || (device -> ux_device_state == UX_DEVICE_A… in _ux_host_stack_transfer_request()
146 || (device -> ux_device_state == UX_DEVICE_CONFIGURED)) in _ux_host_stack_transfer_request()
Dux_host_stack_transfer_run.c130 if (device -> ux_device_state != UX_DEVICE_ATTACHED && in _ux_host_stack_transfer_run()
131 device -> ux_device_state != UX_DEVICE_ADDRESSED && in _ux_host_stack_transfer_run()
132 device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_stack_transfer_run()
Dux_host_stack_device_configuration_select.c134 if (device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_stack_device_configuration_select()
Dux_host_class_dpump_configure.c90 if (dpump -> ux_host_class_dpump_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_dpump_configure()
Dux_host_stack_device_address_set.c176 device -> ux_device_state = UX_DEVICE_ADDRESSED; in _ux_host_stack_device_address_set()
Dux_host_stack_device_configuration_activate.c143 if (device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_stack_device_configuration_activate()
Dux_host_stack_device_configuration_deactivate.c146 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_stack_device_configuration_deactivate()
Dux_host_stack_configuration_set.c178 device -> ux_device_state = UX_DEVICE_CONFIGURED; in _ux_host_stack_configuration_set()
Dux_host_stack_device_remove.c156 device -> ux_device_state = UX_DEVICE_REMOVED; in _ux_host_stack_device_remove()
/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_prolific_configure.c94 if (prolific -> ux_host_class_prolific_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_prolific_configure()
Dux_host_class_hid_configure.c94 if (hid -> ux_host_class_hid_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_hid_configure()
Dux_host_class_asix_configure.c94 if (asix -> ux_host_class_asix_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_asix_configure()
Dux_host_class_swar_configure.c93 if (swar -> ux_host_class_swar_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_swar_configure()
Dux_host_class_printer_configure.c90 if (printer -> ux_host_class_printer_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_printer_configure()
Dux_host_class_pima_configure.c91 if (pima -> ux_host_class_pima_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_pima_configure()
Dux_host_class_storage_check_run.c141 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_storage_check_run()
Dux_host_class_storage_configure.c90 if (storage -> ux_host_class_storage_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_storage_configure()
Dux_host_class_cdc_acm_configure.c91 if (cdc_acm -> ux_host_class_cdc_acm_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_cdc_acm_configure()
Dux_host_class_storage_lock.c141 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_storage_lock()
Dux_host_class_gser_configure.c98 if (gser -> ux_host_class_gser_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_gser_configure()
Dux_host_class_video_configure.c99 if (video -> ux_host_class_video_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_video_configure()
Dux_host_class_storage_read_write_run.c162 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_storage_read_write_run()
Dux_host_class_video_entities_parse.c108 if (video -> ux_host_class_video_device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_video_entities_parse()
Dux_host_class_audio_configure.c95 if (audio -> ux_host_class_audio_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_audio_configure()

12