Searched refs:class_command (Results 1 – 11 of 11) sorted by relevance
95 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_class_device_scan() local98 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()102 … class_command.ux_host_class_command_class = device -> ux_device_descriptor.bDeviceClass; in _ux_host_stack_class_device_scan()103 …class_command.ux_host_class_command_subclass = device -> ux_device_descriptor.bDeviceSubClas… in _ux_host_stack_class_device_scan()104 …class_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 …]
83 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_interface_start() local99 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()101 …class_command.ux_slave_class_command_class = interface_ptr -> ux_slave_interface_descriptor.… in _ux_device_stack_interface_start()102 …class_command.ux_slave_class_command_subclass = interface_ptr -> ux_slave_interface_descriptor.… in _ux_device_stack_interface_start()103 …class_command.ux_slave_class_command_protocol = interface_ptr -> ux_slave_interface_descriptor.… in _ux_device_stack_interface_start()104 … class_command.ux_slave_class_command_vid = device -> ux_slave_device_descriptor.idVendor; in _ux_device_stack_interface_start()105 … class_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 …]
88 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_configuration_interface_scan() local108 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()111 …class_command.ux_host_class_command_class = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()112 …class_command.ux_host_class_command_subclass = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()113 …class_command.ux_host_class_command_protocol = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()114 … class_command.ux_host_class_command_iad_class = interface_ptr -> ux_interface_iad_class ; in _ux_host_stack_configuration_interface_scan()115 … class_command.ux_host_class_command_iad_subclass = interface_ptr -> ux_interface_iad_subclass; in _ux_host_stack_configuration_interface_scan()116 … class_command.ux_host_class_command_iad_protocol = interface_ptr -> ux_interface_iad_protocol; in _ux_host_stack_configuration_interface_scan()[all …]
80 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_class_unregister() local103 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()
92 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_disconnect() local121 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()
75 UX_HOST_CLASS *_ux_host_stack_class_call(UX_HOST_CLASS_COMMAND *class_command) in _ux_host_stack_class_call() argument98 status = class_inst -> ux_host_class_entry_function(class_command); in _ux_host_stack_class_call()
101 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_configuration_set() local180 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()
105 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_control_request_process() local200 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()
108 UX_SLAVE_CLASS_COMMAND class_command; in _ux_device_stack_alternate_setting_set() local424 … class_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_CHANGE; in _ux_device_stack_alternate_setting_set()425 … class_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()
446 UX_HOST_CLASS_COMMAND class_command; in _ux_host_stack_device_enum_run() local909 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()
124 UX_HOST_CLASS * _ux_host_stack_class_call(UX_HOST_CLASS_COMMAND *class_command);