Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_STORAGE_PROTOCOL_CBI (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_transport.c102 …rage_interface -> ux_interface_descriptor.bInterfaceProtocol != UX_HOST_CLASS_STORAGE_PROTOCOL_CBI) in _ux_host_class_storage_transport()
Dux_host_class_storage_device_support_check.c102 case UX_HOST_CLASS_STORAGE_PROTOCOL_CBI: in _ux_host_class_storage_device_support_check()
Dux_host_class_storage_media_mount.c111 …rage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI) in _ux_host_class_storage_media_mount()
Dux_host_class_storage_deactivate.c137 …rage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI) in _ux_host_class_storage_deactivate()
Dux_host_class_storage_endpoints_get.c182 …rage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI) in _ux_host_class_storage_endpoints_get()
Dux_host_class_storage_transport_run.c46 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI)
/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c1089 case UX_HOST_CLASS_STORAGE_PROTOCOL_CBI: in switch_to_protocol()
1090 … device_framework_full_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in switch_to_protocol()
1091 … device_framework_high_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in switch_to_protocol()
3920 device_framework_full_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in ufi_start_fails()
3921 device_framework_high_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in ufi_start_fails()
4163 …storage_interface->ux_interface_descriptor.bInterfaceProtocol = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in direct_calls_test()
4331 device_framework_full_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in storage_endpoints_get_test()
4332 device_framework_high_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_CBI; in storage_endpoints_get_test()
4631 switch_to_protocol(UX_HOST_CLASS_STORAGE_PROTOCOL_CBI); in ux_host_class_storage_start_stop_test()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h180 #define UX_HOST_CLASS_STORAGE_PROTOCOL_CBI 0 macro