| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_new_device_get.c | 76 UX_DEVICE *_ux_host_stack_new_device_get(VOID) in _ux_host_stack_new_device_get() 82 UX_DEVICE *device; in _ux_host_stack_new_device_get() 84 UX_DEVICE *enum_next; in _ux_host_stack_new_device_get() 107 … _ux_utility_memory_set(device, 0, sizeof(UX_DEVICE)); /* Use case of memset is verified. */ in _ux_host_stack_new_device_get() 112 … _ux_utility_memory_set(device, 0, sizeof(UX_DEVICE)); /* Use case of memset is verified. */ in _ux_host_stack_new_device_get()
|
| D | ux_host_stack_device_get.c | 77 UINT _ux_host_stack_device_get(ULONG device_index, UX_DEVICE **device) in _ux_host_stack_device_get() 80 UX_DEVICE *current_device; in _ux_host_stack_device_get() 190 UINT _uxe_host_stack_device_get(ULONG device_index, UX_DEVICE **device) in _uxe_host_stack_device_get()
|
| D | ux_host_stack_device_resources_free.c | 92 UINT _ux_host_stack_device_resources_free(UX_DEVICE *device) in _ux_host_stack_device_resources_free() 107 UX_DEVICE *enum_next; in _ux_host_stack_device_resources_free() 272 _ux_utility_memory_set(device, 0, sizeof(UX_DEVICE)); /* Use case of memset is verified. */ in _ux_host_stack_device_resources_free() 276 _ux_utility_memory_set(device, 0, sizeof(UX_DEVICE)); /* Use case of memset is verified. */ in _ux_host_stack_device_resources_free()
|
| D | ux_host_stack_device_configuration_get.c | 75 UINT _ux_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index, in _ux_host_stack_device_configuration_get() 178 UINT _uxe_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index, in _uxe_host_stack_device_configuration_get()
|
| D | ux_host_stack_new_device_create.c | 114 UINT _ux_host_stack_new_device_create(UX_HCD *hcd, UX_DEVICE *device_owner, in _ux_host_stack_new_device_create() 117 UX_DEVICE **created_device) in _ux_host_stack_new_device_create() 120 UX_DEVICE *device; in _ux_host_stack_new_device_create()
|
| D | ux_host_stack_device_configuration_deactivate.c | 85 UINT _ux_host_stack_device_configuration_deactivate(UX_DEVICE *device) in _ux_host_stack_device_configuration_deactivate() 236 UINT _uxe_host_stack_device_configuration_deactivate(UX_DEVICE *device) in _uxe_host_stack_device_configuration_deactivate()
|
| D | ux_host_stack_tasks_run.c | 183 static inline UINT _ux_host_stack_rh_port_enable(UX_DEVICE *device) in _ux_host_stack_rh_port_enable() 189 static inline UINT _ux_host_stack_rh_port_reset(UX_DEVICE *device) in _ux_host_stack_rh_port_reset() 195 static inline UINT _ux_host_stack_rh_port_status_get(UX_DEVICE *device) in _ux_host_stack_rh_port_status_get() 201 static inline VOID _ux_host_stack_enum_address_sent(UX_DEVICE *device) in _ux_host_stack_enum_address_sent() 213 UX_DEVICE *device, UCHAR *descriptor) in _ux_host_stack_enum_device_descriptor_parse0() 224 UX_DEVICE *device, UX_CONFIGURATION *configuration, UCHAR *descriptor) in _ux_host_stack_enum_configuration_descriptor_parse0() 235 static inline UINT _ux_host_stack_enum_configuration_read(UX_DEVICE *device) in _ux_host_stack_enum_configuration_read() 284 static inline VOID _ux_host_stack_configuration_parsed(UX_DEVICE *device) in _ux_host_stack_configuration_parsed() 318 static inline VOID _ux_host_stack_device_enumerated(UX_DEVICE *device) in _ux_host_stack_device_enumerated() 375 static inline UINT _ux_host_stack_interface_activate_wait(UX_DEVICE *device, in _ux_host_stack_interface_activate_wait() [all …]
|
| D | ux_host_stack_device_remove.c | 88 UINT _ux_host_stack_device_remove(UX_HCD *hcd, UX_DEVICE *parent, UINT port_index) in _ux_host_stack_device_remove() 94 UX_DEVICE *device; in _ux_host_stack_device_remove()
|
| D | ux_host_stack_device_string_get.c | 82 UINT _ux_host_stack_device_string_get(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, U… in _ux_host_stack_device_string_get() 195 UINT _uxe_host_stack_device_string_get(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, … in _uxe_host_stack_device_string_get()
|
| D | ux_host_stack_initialize.c | 32 UX_COMPILE_TIME_ASSERT(!UX_OVERFLOW_CHECK_MULC_ULONG(sizeof(UX_DEVICE), UX_MAX_DEVICES), UX_MAX_DEV… 145 UX_DEVICE *device; in _ux_host_stack_initialize() 196 …memory = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_DEVICE)*UX_MAX_DEV… in _ux_host_stack_initialize() 204 _ux_system_host -> ux_system_host_device_array = (UX_DEVICE *) memory; in _ux_host_stack_initialize()
|
| D | ux_host_stack_bandwidth_claim.c | 86 UX_DEVICE *device; in _ux_host_stack_bandwidth_claim() 87 UX_DEVICE *parent_device; in _ux_host_stack_bandwidth_claim()
|
| D | ux_host_stack_bandwidth_release.c | 85 UX_DEVICE *device; in _ux_host_stack_bandwidth_release() 86 UX_DEVICE *parent_device; in _ux_host_stack_bandwidth_release()
|
| D | ux_host_stack_class_interface_scan.c | 91 UINT _ux_host_stack_class_interface_scan(UX_DEVICE *device) in _ux_host_stack_class_interface_scan()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 134 UINT _ux_host_stack_class_device_scan(UX_DEVICE *device); 140 UINT _ux_host_stack_class_interface_scan(UX_DEVICE *device); 144 UINT _ux_host_stack_configuration_descriptor_parse(UX_DEVICE *device, UX_CONFIGURATION *configur… 145 UINT _ux_host_stack_configuration_enumerate(UX_DEVICE *device); 154 UINT _ux_host_stack_device_address_set(UX_DEVICE *device); 156 UINT _ux_host_stack_device_configuration_deactivate(UX_DEVICE *device); 157 UINT _ux_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index, 160 UINT _ux_host_stack_device_configuration_reset(UX_DEVICE *device); 161 UINT _ux_host_stack_device_descriptor_read(UX_DEVICE *device); 162 UINT _ux_host_stack_device_get(ULONG device_index, UX_DEVICE **device); [all …]
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_host_class_storage_max_lun_get_coverage_test.c | 15 static UX_DEVICE ux_device; 17 static UX_DEVICE endpoint_device;
|
| D | usbx_ux_host_stack_device_configuration_reset_coverage_test.c | 11 static UX_DEVICE device; 14 static UX_DEVICE endpoint_device;
|
| D | usbx_host_class_hub_port_change_connection_process_coverage_test.c | 44 static UX_DEVICE hub_device; 45 static UX_DEVICE device1, device2; 54 static UX_DEVICE device_array[2];
|
| D | usbx_ux_host_class_hub_descriptor_get_coverage_test.c | 13 static UX_DEVICE hub_device; 14 static UX_DEVICE device;
|
| D | usbx_ux_host_stack_new_device_get_test.c | 45 extern UX_DEVICE *_ux_host_stack_new_device_get(VOID); 129 UX_DEVICE *new_device; in ux_test_thread_host_simulation_entry()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_configure.c | 87 UX_DEVICE *device; in _ux_host_class_hid_configure() 88 UX_DEVICE *parent_device; in _ux_host_class_hid_configure()
|
| D | ux_host_class_swar_activate.c | 83 UX_DEVICE *device; in _ux_host_class_swar_activate() 89 device = (UX_DEVICE *) command -> ux_host_class_command_container; in _ux_host_class_swar_activate()
|
| D | ux_host_class_gser_activate.c | 85 UX_DEVICE *device; in _ux_host_class_gser_activate() 92 device = (UX_DEVICE *) command -> ux_host_class_command_container; in _ux_host_class_gser_activate()
|
| D | ux_host_class_hub_configure.c | 91 UX_DEVICE *device; in _ux_host_class_hub_configure() 96 UX_DEVICE *parent_device; in _ux_host_class_hub_configure()
|
| D | ux_host_class_hub_activate.c | 94 UX_DEVICE *device; in _ux_host_class_hub_activate() 108 device = (UX_DEVICE *) command -> ux_host_class_command_container; in _ux_host_class_hub_activate()
|
| D | ux_host_class_prolific_activate.c | 85 UX_DEVICE *device; in _ux_host_class_prolific_activate() 92 device = (UX_DEVICE *) command -> ux_host_class_command_container; in _ux_host_class_prolific_activate()
|