Home
last modified time | relevance | path

Searched refs:class_command (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_class_device_scan.c95 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_class_device_scan() local
98 class_command.ux_host_class_command_request = UX_HOST_CLASS_COMMAND_QUERY; in _ux_host_stack_class_device_scan()
99 class_command.ux_host_class_command_container = (VOID *) device; in _ux_host_stack_class_device_scan()
100 class_command.ux_host_class_command_vid = device -> ux_device_descriptor.idVendor; in _ux_host_stack_class_device_scan()
101 class_command.ux_host_class_command_pid = device -> ux_device_descriptor.idProduct; in _ux_host_stack_class_device_scan()
102class_command.ux_host_class_command_class = device -> ux_device_descriptor.bDeviceClass; in _ux_host_stack_class_device_scan()
103class_command.ux_host_class_command_subclass = device -> ux_device_descriptor.bDeviceSubClas… in _ux_host_stack_class_device_scan()
104class_command.ux_host_class_command_protocol = device -> ux_device_descriptor.bDeviceProtoco… in _ux_host_stack_class_device_scan()
105 class_command.ux_host_class_command_iad_class = 0; in _ux_host_stack_class_device_scan()
106 class_command.ux_host_class_command_iad_subclass = 0; in _ux_host_stack_class_device_scan()
[all …]
Dux_device_stack_interface_start.c83 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_interface_start() local
99 class_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_QUERY; in _ux_device_stack_interface_start()
100 class_command.ux_slave_class_command_interface = (VOID *)interface_ptr; in _ux_device_stack_interface_start()
101class_command.ux_slave_class_command_class = interface_ptr -> ux_slave_interface_descriptor.… in _ux_device_stack_interface_start()
102class_command.ux_slave_class_command_subclass = interface_ptr -> ux_slave_interface_descriptor.… in _ux_device_stack_interface_start()
103class_command.ux_slave_class_command_protocol = interface_ptr -> ux_slave_interface_descriptor.… in _ux_device_stack_interface_start()
104class_command.ux_slave_class_command_vid = device -> ux_slave_device_descriptor.idVendor; in _ux_device_stack_interface_start()
105class_command.ux_slave_class_command_pid = device -> ux_slave_device_descriptor.idProduct; in _ux_device_stack_interface_start()
111 status = class_ptr -> ux_slave_class_entry_function(&class_command); in _ux_device_stack_interface_start()
118 class_command.ux_slave_class_command_class_ptr = class_ptr; in _ux_device_stack_interface_start()
[all …]
Dux_host_stack_configuration_interface_scan.c88 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_configuration_interface_scan() local
108 class_command.ux_host_class_command_request = UX_HOST_CLASS_COMMAND_QUERY; in _ux_host_stack_configuration_interface_scan()
109 class_command.ux_host_class_command_container = (VOID *)interface_ptr; in _ux_host_stack_configuration_interface_scan()
110 class_command.ux_host_class_command_usage = UX_HOST_CLASS_COMMAND_USAGE_CSP; in _ux_host_stack_configuration_interface_scan()
111class_command.ux_host_class_command_class = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()
112class_command.ux_host_class_command_subclass = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()
113class_command.ux_host_class_command_protocol = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()
114class_command.ux_host_class_command_iad_class = interface_ptr -> ux_interface_iad_class ; in _ux_host_stack_configuration_interface_scan()
115class_command.ux_host_class_command_iad_subclass = interface_ptr -> ux_interface_iad_subclass; in _ux_host_stack_configuration_interface_scan()
116class_command.ux_host_class_command_iad_protocol = interface_ptr -> ux_interface_iad_protocol; in _ux_host_stack_configuration_interface_scan()
[all …]
Dux_host_stack_class_unregister.c80 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_class_unregister() local
103 class_command.ux_host_class_command_request = UX_HOST_CLASS_COMMAND_DESTROY; in _ux_host_stack_class_unregister()
104 class_command.ux_host_class_command_class_ptr = (VOID *)class_inst; in _ux_host_stack_class_unregister()
107 class_inst -> ux_host_class_entry_function(&class_command); in _ux_host_stack_class_unregister()
Dux_device_stack_disconnect.c92 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_disconnect() local
121 class_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_DEACTIVATE; in _ux_device_stack_disconnect()
122 class_command.ux_slave_class_command_interface = (VOID *) interface_ptr; in _ux_device_stack_disconnect()
128 class_command.ux_slave_class_command_class_ptr = class_ptr; in _ux_device_stack_disconnect()
134 class_ptr -> ux_slave_class_entry_function(&class_command); in _ux_device_stack_disconnect()
Dux_host_stack_class_call.c75 UX_HOST_CLASS *_ux_host_stack_class_call(UX_HOST_CLASS_COMMAND *class_command) in _ux_host_stack_class_call() argument
98 status = class_inst -> ux_host_class_entry_function(class_command); in _ux_host_stack_class_call()
Dux_device_stack_configuration_set.c101 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_configuration_set() local
180 class_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_DEACTIVATE; in _ux_device_stack_configuration_set()
181 class_command.ux_slave_class_command_interface = (VOID *) interface_ptr; in _ux_device_stack_configuration_set()
187 class_command.ux_slave_class_command_class_ptr = class_inst; in _ux_device_stack_configuration_set()
193 class_inst -> ux_slave_class_entry_function(&class_command); in _ux_device_stack_configuration_set()
Dux_device_stack_control_request_process.c105 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_control_request_process() local
200 class_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_REQUEST; in _ux_device_stack_control_request_process()
231 class_command.ux_slave_class_command_class_ptr = class_ptr; in _ux_device_stack_control_request_process()
234 status = class_ptr -> ux_slave_class_entry_function(&class_command); in _ux_device_stack_control_request_process()
Dux_device_stack_alternate_setting_set.c108 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_alternate_setting_set() local
424class_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_CHANGE; in _ux_device_stack_alternate_setting_set()
425class_command.ux_slave_class_command_interface = (VOID *) interface_ptr; in _ux_device_stack_alternate_setting_set()
428 class_command.ux_slave_class_command_class_ptr = class_ptr; in _ux_device_stack_alternate_setting_set()
434 status = class_ptr -> ux_slave_class_entry_function(&class_command); in _ux_device_stack_alternate_setting_set()
Dux_host_stack_tasks_run.c446 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_device_enum_run() local
909 class_command.ux_host_class_command_request = UX_HOST_CLASS_COMMAND_ACTIVATE_START; in _ux_host_stack_device_enum_run()
914 class_command.ux_host_class_command_container = device; in _ux_host_stack_device_enum_run()
915 class_command.ux_host_class_command_class_ptr = device -> ux_device_class; in _ux_host_stack_device_enum_run()
921 class_command.ux_host_class_command_container = device -> ux_device_enum_inst.ptr; in _ux_host_stack_device_enum_run()
922 class_command.ux_host_class_command_class_ptr = in _ux_host_stack_device_enum_run()
927 if (class_command.ux_host_class_command_class_ptr != UX_NULL) in _ux_host_stack_device_enum_run()
929 status = class_command.ux_host_class_command_class_ptr -> in _ux_host_stack_device_enum_run()
930 ux_host_class_entry_function(&class_command); in _ux_host_stack_device_enum_run()
945 status = _ux_host_stack_interface_activate_wait(device, &class_command); in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h124 UX_HOST_CLASS * _ux_host_stack_class_call(UX_HOST_CLASS_COMMAND *class_command);