Home
last modified time | relevance | path

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

123

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_configure_test.c316 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
317 hid -> ux_host_class_hid_device -> ux_device_state = ~UX_DEVICE_CONFIGURED; in tx_demo_thread_host_simulation_entry()
328 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
342 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
343 hid -> ux_host_class_hid_device -> ux_device_state = ~UX_DEVICE_CONFIGURED; in tx_demo_thread_host_simulation_entry()
354 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
366 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
367 hid -> ux_host_class_hid_device -> ux_device_state = ~UX_DEVICE_CONFIGURED; in tx_demo_thread_host_simulation_entry()
378 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
389 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
[all …]
Dux_test_race_condition_overrides.c41 …if ((device -> ux_device_state == UX_DEVICE_ATTACHED) || (device -> ux_device_state == UX_DEVICE_A… in _ux_host_stack_transfer_request()
42 || (device -> ux_device_state == UX_DEVICE_CONFIGURED)) in _ux_host_stack_transfer_request()
99 …if ((device -> ux_device_state == UX_DEVICE_ATTACHED) || (device -> ux_device_state == UX_DEVICE_A… in _ux_host_stack_transfer_request()
100 || (device -> ux_device_state == UX_DEVICE_CONFIGURED)) in _ux_host_stack_transfer_request()
Dusbx_msrc_73716_cdc_ecm_mac_get_desc_check.c35 UX_TEST_ASSERT(status == UX_SUCCESS && device -> ux_device_state != UX_DEVICE_CONFIGURED); in post_init_host()
45 UX_TEST_ASSERT(status == UX_SUCCESS && device -> ux_device_state != UX_DEVICE_CONFIGURED); in post_init_host()
55 UX_TEST_ASSERT(status == UX_SUCCESS && device -> ux_device_state != UX_DEVICE_CONFIGURED); in post_init_host()
Dusbx_ux_host_stack_device_configuration_reset_coverage_test.c39 device.ux_device_state = UX_DEVICE_SELF_POWERED_STATE; in test_application_define()
46 endpoint_device.ux_device_state = UX_DEVICE_CONFIGURED; in test_application_define()
Dusbx_ux_host_class_cdc_ecm_transmission_callback_test.c69 endpoint.ux_endpoint_device->ux_device_state = UX_DEVICE_SUSPENDED; in post_init_host()
79 endpoint.ux_endpoint_device->ux_device_state = UX_DEVICE_SUSPENDED; in post_init_host()
93 endpoint.ux_endpoint_device->ux_device_state = UX_DEVICE_SUSPENDED; in post_init_host()
Dusbx_ux_host_class_storage_configure_coverage_test.c28 device.ux_device_state = UX_DEVICE_RESET; in test_application_define()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_transfer_request.c144 …if ((device -> ux_device_state == UX_DEVICE_ATTACHED) || (device -> ux_device_state == UX_DEVICE_A… in _ux_host_stack_transfer_request()
145 || (device -> ux_device_state == UX_DEVICE_CONFIGURED)) in _ux_host_stack_transfer_request()
Dux_host_stack_device_configuration_reset.c101 if (device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_stack_device_configuration_reset()
123 device -> ux_device_state = UX_DEVICE_ADDRESSED; in _ux_host_stack_device_configuration_reset()
Dux_host_stack_transfer_run.c129 if (device -> ux_device_state != UX_DEVICE_ATTACHED && in _ux_host_stack_transfer_run()
130 device -> ux_device_state != UX_DEVICE_ADDRESSED && in _ux_host_stack_transfer_run()
131 device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_stack_transfer_run()
Dux_host_stack_device_configuration_select.c133 if (device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_stack_device_configuration_select()
Dux_host_class_dpump_configure.c89 if (dpump -> ux_host_class_dpump_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_dpump_configure()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_asix_configure.c93 if (asix -> ux_host_class_asix_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_asix_configure()
Dux_host_class_prolific_configure.c93 if (prolific -> ux_host_class_prolific_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_prolific_configure()
Dux_host_class_hid_configure.c93 if (hid -> ux_host_class_hid_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_hid_configure()
Dux_host_class_swar_configure.c92 if (swar -> ux_host_class_swar_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_swar_configure()
Dux_host_class_printer_configure.c89 if (printer -> ux_host_class_printer_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_printer_configure()
Dux_host_class_pima_configure.c90 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.c140 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_storage_check_run()
Dux_host_class_storage_configure.c89 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.c90 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.c140 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_storage_lock()
Dux_host_class_gser_configure.c97 if (gser -> ux_host_class_gser_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_gser_configure()
Dux_host_class_video_configure.c98 if (video -> ux_host_class_video_device -> ux_device_state == UX_DEVICE_CONFIGURED) in _ux_host_class_video_configure()
Dux_host_class_video_entities_parse.c107 if (video -> ux_host_class_video_device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_video_entities_parse()
Dux_host_class_storage_read_write_run.c161 if (device -> ux_device_state != UX_DEVICE_CONFIGURED) in _ux_host_class_storage_read_write_run()

123