Searched refs:UX_HOST_CLASS_SWAR (Results 1 – 13 of 13) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_swar.h | 119 } UX_HOST_CLASS_SWAR; typedef 142 UINT _ux_host_class_swar_configure(UX_HOST_CLASS_SWAR *swar); 144 UINT _ux_host_class_swar_endpoints_get(UX_HOST_CLASS_SWAR *swar); 146 UINT _ux_host_class_swar_read (UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, 148 UINT _ux_host_class_swar_write(UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, 150 UINT _ux_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function, 153 UINT _ux_host_class_swar_reception_stop (UX_HOST_CLASS_SWAR *swar, 155 UINT _ux_host_class_swar_reception_start (UX_HOST_CLASS_SWAR *swar, 159 UINT _uxe_host_class_swar_read (UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, 161 UINT _uxe_host_class_swar_write(UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, [all …]
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_swar_reception_stop.c | 78 UINT _ux_host_class_swar_reception_stop (UX_HOST_CLASS_SWAR *swar, in _ux_host_class_swar_reception_stop() 151 UINT _uxe_host_class_swar_reception_stop (UX_HOST_CLASS_SWAR *swar, in _uxe_host_class_swar_reception_stop()
|
| D | ux_host_class_swar_ioctl.c | 78 UINT _ux_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function, in _ux_host_class_swar_ioctl() 171 UINT _uxe_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function, in _uxe_host_class_swar_ioctl()
|
| D | ux_host_class_swar_reception_callback.c | 76 UX_HOST_CLASS_SWAR *swar; in _ux_host_class_swar_reception_callback() 80 swar = (UX_HOST_CLASS_SWAR *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_swar_reception_callback()
|
| D | ux_host_class_swar_deactivate.c | 85 UX_HOST_CLASS_SWAR *swar; in _ux_host_class_swar_deactivate() 90 swar = (UX_HOST_CLASS_SWAR *) command -> ux_host_class_command_instance; in _ux_host_class_swar_deactivate()
|
| D | ux_host_class_swar_reception_start.c | 77 UINT _ux_host_class_swar_reception_start (UX_HOST_CLASS_SWAR *swar, in _ux_host_class_swar_reception_start() 171 UINT _uxe_host_class_swar_reception_start (UX_HOST_CLASS_SWAR *swar, in _uxe_host_class_swar_reception_start()
|
| D | ux_host_class_swar_activate.c | 84 UX_HOST_CLASS_SWAR *swar; in _ux_host_class_swar_activate() 92 swar = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HOST_CLASS_SWAR)); in _ux_host_class_swar_activate()
|
| D | ux_host_class_swar_read.c | 87 UINT _ux_host_class_swar_read(UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, in _ux_host_class_swar_read() 255 UINT _uxe_host_class_swar_read (UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, in _uxe_host_class_swar_read()
|
| D | ux_host_class_swar_write.c | 86 UINT _ux_host_class_swar_write(UX_HOST_CLASS_SWAR *swar, UCHAR * data_pointer, in _ux_host_class_swar_write() 256 UINT _uxe_host_class_swar_write(UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, in _uxe_host_class_swar_write()
|
| D | ux_host_class_swar_configure.c | 80 UINT _ux_host_class_swar_configure(UX_HOST_CLASS_SWAR *swar) in _ux_host_class_swar_configure()
|
| D | ux_host_class_swar_endpoints_get.c | 74 UINT _ux_host_class_swar_endpoints_get(UX_HOST_CLASS_SWAR *swar) in _ux_host_class_swar_endpoints_get()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_host_swar_test.c | 96 UX_HOST_CLASS_SWAR dummy_swar_inst; in ux_test_thread_simulation_0_entry() 97 UX_HOST_CLASS_SWAR *dummy_swar = &dummy_swar_inst; in ux_test_thread_simulation_0_entry()
|
| D | usbx_msrc_81233_host_swar_inst_free_tests.c | 46 static UX_HOST_CLASS_SWAR *host_swar = UX_NULL; 196 UX_HOST_CLASS_SWAR *swar_inst = (UX_HOST_CLASS_SWAR *) inst; in test_host_change_function()
|