Home
last modified time | relevance | path

Searched refs:current_interface (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_configuration_interface_get.c88 UX_INTERFACE *current_interface; in _ux_host_stack_configuration_interface_get() local
102 current_interface = configuration -> ux_configuration_first_interface; in _ux_host_stack_configuration_interface_get()
111 while (current_interface != UX_NULL) in _ux_host_stack_configuration_interface_get()
119 … current_interface_number = current_interface -> ux_interface_descriptor.bInterfaceNumber; in _ux_host_stack_configuration_interface_get()
125 while (current_interface != UX_NULL) in _ux_host_stack_configuration_interface_get()
134 *ux_interface = current_interface; in _ux_host_stack_configuration_interface_get()
144 current_interface = current_interface -> ux_interface_next_interface; in _ux_host_stack_configuration_interface_get()
148 if (current_interface != UX_NULL) in _ux_host_stack_configuration_interface_get()
152 … if (current_interface -> ux_interface_descriptor.bInterfaceNumber != current_interface_number) in _ux_host_stack_configuration_interface_get()
168 if (current_interface != UX_NULL) in _ux_host_stack_configuration_interface_get()
[all …]
Dux_host_stack_interface_setting_select.c83 UX_INTERFACE *current_interface; in _ux_host_stack_interface_setting_select() local
107 current_interface = configuration -> ux_configuration_first_interface; in _ux_host_stack_interface_setting_select()
111 main_interface = current_interface; in _ux_host_stack_interface_setting_select()
127 … if (current_interface -> ux_interface_descriptor.bInterfaceNumber == current_interface_number) in _ux_host_stack_interface_setting_select()
132 if (current_interface -> ux_interface_descriptor.bAlternateSetting == 0) in _ux_host_stack_interface_setting_select()
136 … current_alternate_setting = current_interface -> ux_interface_current_alternate_setting; in _ux_host_stack_interface_setting_select()
139 main_interface = current_interface; in _ux_host_stack_interface_setting_select()
144 … if (current_alternate_setting == current_interface -> ux_interface_descriptor.bAlternateSetting) in _ux_host_stack_interface_setting_select()
148 previous_interface = current_interface; in _ux_host_stack_interface_setting_select()
151 _ux_host_stack_interface_instance_delete(current_interface); in _ux_host_stack_interface_setting_select()
[all …]
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_descriptor_parse.c95 ULONG current_interface; in _ux_host_class_hid_descriptor_parse() local
142 current_interface = 0; in _ux_host_class_hid_descriptor_parse()
184 current_interface = interface_descriptor.bInterfaceNumber; in _ux_host_class_hid_descriptor_parse()
193 …if (current_interface == hid -> ux_host_class_hid_interface -> ux_interface_descriptor.bInterfaceN… in _ux_host_class_hid_descriptor_parse()