| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_stack_device_remove_test.c | 431 _ux_system_host -> ux_system_host_device_array[0].ux_device_handle = (ULONG)(ALIGN_TYPE)device; in tx_demo_thread_host_simulation_entry() 435 _ux_system_host -> ux_system_host_device_array[1].ux_device_handle = (ULONG)(ALIGN_TYPE)device; in tx_demo_thread_host_simulation_entry() 440 _ux_system_host -> ux_system_host_device_array[2].ux_device_handle = (ULONG)(ALIGN_TYPE)device; in tx_demo_thread_host_simulation_entry() 449 if (_ux_system_host -> ux_system_host_device_array[3].ux_device_handle == 0) in tx_demo_thread_host_simulation_entry() 459 tmp = _ux_system_host -> ux_system_host_device_array[3].ux_device_handle; in tx_demo_thread_host_simulation_entry() 460 _ux_system_host -> ux_system_host_device_array[3].ux_device_handle = 0; in tx_demo_thread_host_simulation_entry() 464 if (_ux_system_host -> ux_system_host_device_array[0].ux_device_handle == 0) in tx_demo_thread_host_simulation_entry() 470 if (_ux_system_host -> ux_system_host_device_array[1].ux_device_handle == 0) in tx_demo_thread_host_simulation_entry() 476 if (_ux_system_host -> ux_system_host_device_array[2].ux_device_handle == 0) in tx_demo_thread_host_simulation_entry() 482 _ux_system_host -> ux_system_host_device_array[3].ux_device_handle = tmp; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_hcd_unregister_test.c | 532 _ux_system_host->ux_system_host_device_array[0].ux_device_handle = UX_USED; in ux_test_thread_simulation_0_entry() 542 if (_ux_system_host->ux_system_host_device_array[1].ux_device_handle == UX_UNUSED) in ux_test_thread_simulation_0_entry() 549 _ux_system_host->ux_system_host_device_array[0].ux_device_handle = UX_UNUSED; in ux_test_thread_simulation_0_entry() 562 if (_ux_system_host->ux_system_host_device_array[1].ux_device_handle != UX_UNUSED) in ux_test_thread_simulation_0_entry() 594 device->ux_device_handle = 1; in ux_test_thread_simulation_0_entry()
|
| D | usbx_ux_host_class_storage_configure_coverage_test.c | 29 device.ux_device_handle = (ULONG)&device; in test_application_define()
|
| D | usbx_host_class_hub_port_change_connection_process_coverage_test.c | 79 device1.ux_device_handle = UX_UNUSED; in test_application_define() 80 device2.ux_device_handle = UX_UNUSED; in test_application_define()
|
| D | usbx_ux_host_stack_device_configuration_activate_test.c | 365 temp = device -> ux_device_handle; in tx_demo_thread_host_simulation_entry() 366 device -> ux_device_handle = 0; in tx_demo_thread_host_simulation_entry() 373 device -> ux_device_handle = temp; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_device_string_get_test.c | 357 temp = device -> ux_device_handle; in tx_demo_thread_host_simulation_entry() 358 device -> ux_device_handle = 0; in tx_demo_thread_host_simulation_entry() 365 device -> ux_device_handle = temp; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_storage_activate_test.c | 535 device -> ux_device_handle = 0; in tx_demo_thread_host_simulation_entry() 548 device -> ux_device_handle = (ULONG)(ALIGN_TYPE)device; in tx_demo_thread_host_simulation_entry() 569 device -> ux_device_handle = (ULONG)(ALIGN_TYPE)device; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_cdc_acm_configure_test.c | 779 device -> ux_device_handle = 0; in tx_test_thread_host_simulation_entry() 787 device -> ux_device_handle = (ULONG) (ALIGN_TYPE) device; in tx_test_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_storage_configure_test.c | 553 device -> ux_device_handle = 0; in tx_demo_thread_host_simulation_entry() 560 device -> ux_device_handle = (ULONG)(ALIGN_TYPE)device; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_activate_test.c | 395 device.ux_device_handle = 0; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_uxe_device_dfu_test.c | 412 if (device == UX_NULL || device -> ux_device_handle != (ULONG)(ALIGN_TYPE)(device)) in _req_DFU_LOCK()
|
| D | usbx_msrc_71934_dfu_upload_test.c | 397 if (device == UX_NULL || device -> ux_device_handle != (ULONG)(ALIGN_TYPE)(device)) in _req_DFU_LOCK()
|
| D | usbx_msrc_69702_dfu_dnload_test.c | 397 if (device == UX_NULL || device -> ux_device_handle != (ULONG)(ALIGN_TYPE)(device)) in _req_DFU_LOCK()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_new_device_get.c | 100 if (device -> ux_device_handle == UX_UNUSED) in _ux_host_stack_new_device_get() 116 device -> ux_device_handle = UX_USED; in _ux_host_stack_new_device_get()
|
| D | ux_host_stack_device_get.c | 112 if (current_device -> ux_device_handle != UX_UNUSED) in _ux_host_stack_device_get() 137 if (current_device -> ux_device_handle != UX_UNUSED) in _ux_host_stack_device_get()
|
| D | ux_host_stack_device_remove.c | 112 if (device -> ux_device_handle != UX_UNUSED) in _ux_host_stack_device_remove() 133 if (device -> ux_device_handle == UX_UNUSED || in _ux_host_stack_device_remove()
|
| D | ux_host_stack_device_configuration_get.c | 83 if (device -> ux_device_handle != (ULONG) (ALIGN_TYPE) device) in _ux_host_stack_device_configuration_get()
|
| D | ux_host_stack_device_configuration_deactivate.c | 98 if (device -> ux_device_handle != (ULONG) (ALIGN_TYPE) device) in _ux_host_stack_device_configuration_deactivate()
|
| D | ux_host_stack_hcd_unregister.c | 167 if (device -> ux_device_handle == UX_UNUSED) in _ux_host_stack_hcd_unregister()
|
| D | ux_host_stack_device_string_get.c | 93 if (device -> ux_device_handle != (ULONG) (ALIGN_TYPE) device) in _ux_host_stack_device_string_get()
|
| D | ux_host_stack_hnp_polling_thread_entry.c | 152 if (device -> ux_device_handle != UX_UNUSED) in _ux_host_stack_hnp_polling_thread_entry()
|
| D | ux_host_stack_new_device_create.c | 167 device -> ux_device_handle = (ULONG) (ALIGN_TYPE) device; in _ux_host_stack_new_device_create()
|
| D | ux_host_stack_device_resources_free.c | 280 device -> ux_device_handle = UX_UNUSED; in _ux_host_stack_device_resources_free()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_idle_set_run.c | 103 device -> ux_device_handle != (ULONG)(ALIGN_TYPE)device) in _ux_host_class_hid_idle_set_run()
|
| D | ux_host_class_hid_report_set_run.c | 123 device -> ux_device_handle != (ULONG)(ALIGN_TYPE)device) in _ux_host_class_hid_report_set_run()
|