Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_GSER (Results 1 – 14 of 14) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_gser.h201 } 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/
Dux_host_class_gser_reception_stop.c77 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()
Dux_host_class_gser_deactivate.c84 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()
Dux_host_class_gser_reception_callback.c76 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()
Dux_host_class_gser_activate.c86 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()
Dux_host_class_gser_reception_start.c76 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()
Dux_host_class_gser_command.c88 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()
Dux_host_class_gser_read.c86 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()
Dux_host_class_gser_write.c85 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()
Dux_host_class_gser_ioctl.c82 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()
Dux_host_class_gser_configure.c84 UINT _ux_host_class_gser_configure(UX_HOST_CLASS_GSER *gser) in _ux_host_class_gser_configure()
Dux_host_class_gser_endpoints_get.c72 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/
Dusbx_uxe_host_gser_test.c96 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()
Dusbx_msrc_81232_host_gser_inst_free_tests.c46 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()