| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_storage_media_recovery_sense_get.c | 90 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_media_recovery_sense_get() 102 … switch (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass) in _ux_host_class_storage_media_recovery_sense_get()
|
| D | ux_host_class_storage_device_support_check.c | 107 …rage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_C… in _ux_host_class_storage_device_support_check() 128 … switch (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass) in _ux_host_class_storage_device_support_check()
|
| D | ux_host_class_storage_media_protection_check.c | 92 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_media_protection_check() 104 … switch (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass) in _ux_host_class_storage_media_protection_check()
|
| D | ux_host_class_storage_unit_ready_test.c | 92 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_unit_ready_test()
|
| D | ux_host_class_storage_start_stop.c | 90 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_start_stop()
|
| D | ux_host_class_storage_media_format_capacity_get.c | 95 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_media_format_capacity_get()
|
| D | ux_host_class_storage_media_characteristics_get.c | 93 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_media_characteristics_get()
|
| D | ux_host_class_video_configure.c | 162 …if (interface -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_VIDEO_SUBCLASS_STREAM… in _ux_host_class_video_configure()
|
| D | ux_host_class_video_control_list_get.c | 126 … (interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_VIDEO_SUBCLASS_CONTROL)) in _ux_host_class_video_control_list_get()
|
| D | ux_host_class_video_input_terminal_get.c | 126 … (interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_VIDEO_SUBCLASS_CONTROL)) in _ux_host_class_video_input_terminal_get()
|
| D | ux_host_class_video_input_format_get.c | 127 (interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_VIDEO_SUBCLASS_STREAMING)) in _ux_host_class_video_input_format_get()
|
| D | ux_host_class_storage_request_sense.c | 104 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_request_sense()
|
| D | ux_host_class_audio_streaming_terminal_get.c | 129 … (interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_AUDIO_SUBCLASS_STREAMING) && in _ux_host_class_audio_streaming_terminal_get()
|
| D | ux_host_class_audio_configure.c | 167 …if (interface -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_AUDIO_SUBCLASS_STREAM… in _ux_host_class_audio_configure()
|
| D | ux_host_class_storage_media_capacity_get.c | 137 …rage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_C… in _ux_host_class_storage_media_capacity_get()
|
| D | ux_host_class_storage_media_write.c | 53 if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == in _ux_host_class_storage_write_initialize()
|
| D | ux_host_class_storage_media_read.c | 53 if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == in _ux_host_class_storage_read_initialize()
|
| D | ux_host_class_audio_activate.c | 125 …if (interface_ptr -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_AUDIO_SUBCLASS_CO… in _ux_host_class_audio_activate() 373 … (ac -> ux_host_class_audio_interface -> ux_interface_descriptor.bInterfaceSubClass == in _ux_host_class_audio_activate()
|
| D | ux_host_class_video_activate.c | 251 …if (interface_ptr -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_VIDEO_SUBCLASS_CO… in _ux_host_class_video_activate()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_device_stack_interface_start.c | 101 …lave_class_command_subclass = interface_ptr -> ux_slave_interface_descriptor.bInterfaceSubClass; in _ux_device_stack_interface_start()
|
| D | ux_host_stack_configuration_interface_scan.c | 111 …ux_host_class_command_subclass = interface_ptr -> ux_interface_descriptor.bInterfaceSubClass; in _ux_host_stack_configuration_interface_scan()
|
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_video_activate.c | 105 …if (interface_ptr -> ux_slave_interface_descriptor.bInterfaceSubClass == UX_DEVICE_CLASS_VIDEO_SUB… in _ux_device_class_video_activate()
|
| D | ux_device_class_audio_activate.c | 113 …if (audio_interface -> ux_slave_interface_descriptor.bInterfaceSubClass == UX_DEVICE_CLASS_AUDIO_S… in _ux_device_class_audio_activate()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_class_storage_device_support_check_test.c | 549 temp = storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass; in tx_demo_thread_host_simulation_entry() 550 storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass = 0xAA; in tx_demo_thread_host_simulation_entry() 559 storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass = temp; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_msrc_81489_81570_host_cdc_acm_standalone_ac_search_test.c | 541 fake_interface[0].ux_interface_descriptor.bInterfaceSubClass = UX_HOST_CLASS_CDC_ACM_SUBCLASS; in _msrc_81489_81570_cdc_activate_data_control_search_link_tests() 548 fake_interface[1].ux_interface_descriptor.bInterfaceSubClass = 0; in _msrc_81489_81570_cdc_activate_data_control_search_link_tests()
|