Home
last modified time | relevance | path

Searched refs:UX_DEVICE (Results 1 – 25 of 268) sorted by relevance

1234567891011

/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_get.c76 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()
Dux_host_stack_device_get.c77 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()
Dux_host_stack_device_resources_free.c92 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()
Dux_host_stack_device_configuration_get.c75 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()
Dux_host_stack_new_device_create.c114 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()
Dux_host_stack_device_configuration_deactivate.c85 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()
Dux_host_stack_tasks_run.c183 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 …]
Dux_host_stack_device_remove.c88 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()
Dux_host_stack_device_string_get.c82 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()
Dux_host_stack_initialize.c32 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()
Dux_host_stack_bandwidth_claim.c86 UX_DEVICE *device; in _ux_host_stack_bandwidth_claim()
87 UX_DEVICE *parent_device; in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c85 UX_DEVICE *device; in _ux_host_stack_bandwidth_release()
86 UX_DEVICE *parent_device; in _ux_host_stack_bandwidth_release()
Dux_host_stack_class_interface_scan.c91 UINT _ux_host_stack_class_interface_scan(UX_DEVICE *device) in _ux_host_stack_class_interface_scan()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h134 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/
Dusbx_host_class_storage_max_lun_get_coverage_test.c15 static UX_DEVICE ux_device;
17 static UX_DEVICE endpoint_device;
Dusbx_ux_host_stack_device_configuration_reset_coverage_test.c11 static UX_DEVICE device;
14 static UX_DEVICE endpoint_device;
Dusbx_host_class_hub_port_change_connection_process_coverage_test.c44 static UX_DEVICE hub_device;
45 static UX_DEVICE device1, device2;
54 static UX_DEVICE device_array[2];
Dusbx_ux_host_class_hub_descriptor_get_coverage_test.c13 static UX_DEVICE hub_device;
14 static UX_DEVICE device;
Dusbx_ux_host_stack_new_device_get_test.c45 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/
Dux_host_class_hid_configure.c87 UX_DEVICE *device; in _ux_host_class_hid_configure()
88 UX_DEVICE *parent_device; in _ux_host_class_hid_configure()
Dux_host_class_swar_activate.c83 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()
Dux_host_class_gser_activate.c85 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()
Dux_host_class_hub_configure.c91 UX_DEVICE *device; in _ux_host_class_hub_configure()
96 UX_DEVICE *parent_device; in _ux_host_class_hub_configure()
Dux_host_class_hub_activate.c94 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()
Dux_host_class_prolific_activate.c85 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()

1234567891011