Home
last modified time | relevance | path

Searched refs:ux_host_class_command_protocol (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_entry.c97 … ((command -> ux_host_class_command_protocol == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_VERSION_01_00) || in _ux_host_class_audio_entry()
98 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_VERSION_02_00)) in _ux_host_class_audio_entry()
100 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_VERSION_01_00) in _ux_host_class_audio_entry()
Dux_host_class_pima_entry.c93 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_PIMA_PROTOCOL))) in _ux_host_class_pima_entry()
/USBX-v6.2.1/common/core/src/
Dux_host_class_dpump_entry.c95 … (command -> ux_host_class_command_protocol == UX_HOST_CLASS_DPUMP_PROTOCOL)) in _ux_host_class_dpump_entry()
Dux_host_stack_class_device_scan.c103 …class_command.ux_host_class_command_protocol = device -> ux_device_descriptor.bDeviceProtoco… in _ux_host_stack_class_device_scan()
Dux_host_stack_configuration_interface_scan.c112 …class_command.ux_host_class_command_protocol = interface_ptr -> ux_interface_descriptor.bInt… in _ux_host_stack_configuration_interface_scan()
/USBX-v6.2.1/test/regression/
Dux_host_class_dummy.c75 query -> ux_host_class_query_protocol != command -> ux_host_class_command_protocol) in _ux_host_class_dummy_command_query_list_check()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1746 UINT ux_host_class_command_protocol; member