Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 25 of 25) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_printer_endpoints_get.c126 … if ((printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol == in _ux_host_class_printer_endpoints_get()
128 … (printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol == in _ux_host_class_printer_endpoints_get()
Dux_host_class_printer_read.c116 if ((printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol != in _ux_host_class_printer_read()
118 (printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol != in _ux_host_class_printer_read()
Dux_host_class_storage_device_reset.c89 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_device_reset()
Dux_host_class_storage_transport.c102 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol != UX… in _ux_host_class_storage_transport()
Dux_host_class_printer_deactivate.c111 …if (printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_printer_deactivate()
Dux_host_class_storage_device_support_check.c83 switch(storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol) in _ux_host_class_storage_device_support_check()
Dux_host_class_storage_media_mount.c111 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_media_mount()
Dux_host_class_storage_max_lun_get.c92 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_max_lun_get()
Dux_host_class_storage_deactivate.c137 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_deactivate()
Dux_host_class_storage_endpoints_get.c182 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_endpoints_get()
Dux_host_class_hub_descriptor_get.c52 … hub -> ux_host_class_hub_interface -> ux_interface_descriptor.bInterfaceProtocol; in _ux_host_class_hub_descriptor_parse()
Dux_host_class_storage_transport_run.c40 ((s) -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol)
/USBX-v6.2.1/test/regression/
Dusbx_host_class_storage_max_lun_get_coverage_test.c39 … storage_interface.ux_interface_descriptor.bInterfaceProtocol = UX_HOST_CLASS_STORAGE_PROTOCOL_BO; in test_application_define()
Dusbx_ux_host_class_hub_descriptor_get_coverage_test.c69 … hub_interface.ux_interface_descriptor.bInterfaceProtocol = UX_HOST_CLASS_HUB_PROTOCOL_MULTIPLE_TT; in test_application_define()
Dusbx_ux_host_class_storage_device_support_check_test.c535 temp = storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol; in tx_demo_thread_host_simulation_entry()
536 storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol = 0xAA; in tx_demo_thread_host_simulation_entry()
545 storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol = temp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_storage_device_initialize_test.c538 temp = storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol; in tx_demo_thread_host_simulation_entry()
539 storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol = 0xAA; in tx_demo_thread_host_simulation_entry()
548 storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol = temp; in tx_demo_thread_host_simulation_entry()
Dusbx_uxe_device_dfu_test.c93 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument
97 0xFE, 0x01, (bInterfaceProtocol), \
Dusbx_msrc_71934_dfu_upload_test.c96 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument
100 0xFE, 0x01, (bInterfaceProtocol), \
Dusbx_msrc_69702_dfu_dnload_test.c96 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument
100 0xFE, 0x01, (bInterfaceProtocol), \
Dusbx_device_dfu_basic_test.c96 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument
100 0xFE, 0x01, (bInterfaceProtocol), \
Dusbx_storage_tests.c4162 … tmp = global_storage->ux_host_class_storage_interface->ux_interface_descriptor.bInterfaceProtocol; in direct_calls_test()
4163 …global_storage->ux_host_class_storage_interface->ux_interface_descriptor.bInterfaceProtocol = UX_H… in direct_calls_test()
4174 … global_storage->ux_host_class_storage_interface->ux_interface_descriptor.bInterfaceProtocol = tmp; in direct_calls_test()
/USBX-v6.2.1/common/core/src/
Dux_device_stack_interface_start.c102 …lave_class_command_protocol = interface_ptr -> ux_slave_interface_descriptor.bInterfaceProtocol; in _ux_device_stack_interface_start()
Dux_host_stack_configuration_interface_scan.c112 …ux_host_class_command_protocol = interface_ptr -> ux_interface_descriptor.bInterfaceProtocol; in _ux_host_stack_configuration_interface_scan()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_audio.h482 …S_AUDIO*)(a))->ux_host_class_audio_streaming_interface->ux_interface_descriptor.bInterfaceProtocol)
/USBX-v6.2.1/common/core/inc/
Dux_api.h2143 UCHAR bInterfaceProtocol; member