Searched refs:UX_HOST_CLASS_GSER (Results 1 – 14 of 14) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_gser.h | 201 } UX_HOST_CLASS_GSER; typedef 259 UINT _ux_host_class_gser_configure(UX_HOST_CLASS_GSER *gser); 261 UINT _ux_host_class_gser_endpoints_get(UX_HOST_CLASS_GSER *gser); 263 UINT _ux_host_class_gser_read (UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_point… 265 UINT _ux_host_class_gser_write(UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_point… 267 UINT _ux_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, 269 UINT _ux_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_func… 272 UINT _ux_host_class_gser_reception_stop (UX_HOST_CLASS_GSER *gser, 274 UINT _ux_host_class_gser_reception_start (UX_HOST_CLASS_GSER *gser, 278 UINT _uxe_host_class_gser_read (UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_poin… [all …]
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_gser_reception_stop.c | 77 UINT _ux_host_class_gser_reception_stop (UX_HOST_CLASS_GSER *gser, in _ux_host_class_gser_reception_stop() 152 UINT _uxe_host_class_gser_reception_stop (UX_HOST_CLASS_GSER *gser, in _uxe_host_class_gser_reception_stop()
|
| D | ux_host_class_gser_deactivate.c | 84 UX_HOST_CLASS_GSER *gser; in _ux_host_class_gser_deactivate() 88 gser = (UX_HOST_CLASS_GSER *) command -> ux_host_class_command_instance; in _ux_host_class_gser_deactivate()
|
| D | ux_host_class_gser_reception_callback.c | 76 UX_HOST_CLASS_GSER *gser; in _ux_host_class_gser_reception_callback() 81 gser = (UX_HOST_CLASS_GSER *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_gser_reception_callback()
|
| D | ux_host_class_gser_activate.c | 86 UX_HOST_CLASS_GSER *gser; in _ux_host_class_gser_activate() 95 gser = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HOST_CLASS_GSER)); in _ux_host_class_gser_activate()
|
| D | ux_host_class_gser_reception_start.c | 76 UINT _ux_host_class_gser_reception_start (UX_HOST_CLASS_GSER *gser, in _ux_host_class_gser_reception_start() 177 UINT _uxe_host_class_gser_reception_start (UX_HOST_CLASS_GSER *gser, in _uxe_host_class_gser_reception_start()
|
| D | ux_host_class_gser_command.c | 88 UINT _ux_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, in _ux_host_class_gser_command() 213 UINT _uxe_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, in _uxe_host_class_gser_command()
|
| D | ux_host_class_gser_read.c | 86 UINT _ux_host_class_gser_read(UX_HOST_CLASS_GSER *gser, in _ux_host_class_gser_read() 260 UINT _uxe_host_class_gser_read(UX_HOST_CLASS_GSER *gser, in _uxe_host_class_gser_read()
|
| D | ux_host_class_gser_write.c | 85 UINT _ux_host_class_gser_write(UX_HOST_CLASS_GSER *gser, in _ux_host_class_gser_write() 254 UINT _uxe_host_class_gser_write(UX_HOST_CLASS_GSER *gser, in _uxe_host_class_gser_write()
|
| D | ux_host_class_gser_ioctl.c | 82 UINT _ux_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_functi… in _ux_host_class_gser_ioctl() 331 UINT _uxe_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_funct… in _uxe_host_class_gser_ioctl()
|
| D | ux_host_class_gser_configure.c | 84 UINT _ux_host_class_gser_configure(UX_HOST_CLASS_GSER *gser) in _ux_host_class_gser_configure()
|
| D | ux_host_class_gser_endpoints_get.c | 72 UINT _ux_host_class_gser_endpoints_get(UX_HOST_CLASS_GSER *gser) in _ux_host_class_gser_endpoints_get()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_host_gser_test.c | 96 UX_HOST_CLASS_GSER dummy_gser_inst; in ux_test_thread_simulation_0_entry() 97 UX_HOST_CLASS_GSER *dummy_gser = &dummy_gser_inst; in ux_test_thread_simulation_0_entry()
|
| D | usbx_msrc_81232_host_gser_inst_free_tests.c | 46 static UX_HOST_CLASS_GSER *host_gser = UX_NULL; 202 UX_HOST_CLASS_GSER *gser_inst = (UX_HOST_CLASS_GSER *) inst; in test_host_change_function()
|