| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_printer_endpoints_get.c | 126 … 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()
|
| D | ux_host_class_printer_read.c | 116 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()
|
| D | ux_host_class_storage_device_reset.c | 89 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_device_reset()
|
| D | ux_host_class_storage_transport.c | 102 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol != UX… in _ux_host_class_storage_transport()
|
| D | ux_host_class_printer_deactivate.c | 111 …if (printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_printer_deactivate()
|
| D | ux_host_class_storage_device_support_check.c | 83 switch(storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol) in _ux_host_class_storage_device_support_check()
|
| D | ux_host_class_storage_media_mount.c | 111 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_media_mount()
|
| D | ux_host_class_storage_max_lun_get.c | 92 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_max_lun_get()
|
| D | ux_host_class_storage_deactivate.c | 137 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_deactivate()
|
| D | ux_host_class_storage_endpoints_get.c | 182 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_endpoints_get()
|
| D | ux_host_class_hub_descriptor_get.c | 52 … hub -> ux_host_class_hub_interface -> ux_interface_descriptor.bInterfaceProtocol; in _ux_host_class_hub_descriptor_parse()
|
| D | ux_host_class_storage_transport_run.c | 40 ((s) -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol)
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_host_class_storage_max_lun_get_coverage_test.c | 39 … storage_interface.ux_interface_descriptor.bInterfaceProtocol = UX_HOST_CLASS_STORAGE_PROTOCOL_BO; in test_application_define()
|
| D | usbx_ux_host_class_hub_descriptor_get_coverage_test.c | 69 … hub_interface.ux_interface_descriptor.bInterfaceProtocol = UX_HOST_CLASS_HUB_PROTOCOL_MULTIPLE_TT; in test_application_define()
|
| D | usbx_ux_host_class_storage_device_support_check_test.c | 535 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()
|
| D | usbx_ux_host_class_storage_device_initialize_test.c | 538 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()
|
| D | usbx_uxe_device_dfu_test.c | 93 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument 97 0xFE, 0x01, (bInterfaceProtocol), \
|
| D | usbx_msrc_71934_dfu_upload_test.c | 96 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument 100 0xFE, 0x01, (bInterfaceProtocol), \
|
| D | usbx_msrc_69702_dfu_dnload_test.c | 96 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument 100 0xFE, 0x01, (bInterfaceProtocol), \
|
| D | usbx_device_dfu_basic_test.c | 96 #define DFU_INTERFACE_DESCRIPTOR(bInterfaceNumber, bInterfaceProtocol) \ argument 100 0xFE, 0x01, (bInterfaceProtocol), \
|
| D | usbx_storage_tests.c | 4162 … 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/ |
| D | ux_device_stack_interface_start.c | 102 …lave_class_command_protocol = interface_ptr -> ux_slave_interface_descriptor.bInterfaceProtocol; in _ux_device_stack_interface_start()
|
| D | ux_host_stack_configuration_interface_scan.c | 112 …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/ |
| D | ux_host_class_audio.h | 482 …S_AUDIO*)(a))->ux_host_class_audio_streaming_interface->ux_interface_descriptor.bInterfaceProtocol)
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 2143 UCHAR bInterfaceProtocol; member
|