Home
last modified time | relevance | path

Searched refs:ioctl_function (Results 1 – 20 of 20) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_audio_ioctl.c74 UINT _ux_device_class_audio_ioctl(UX_DEVICE_CLASS_AUDIO *audio, ULONG ioctl_function, in _ux_device_class_audio_ioctl() argument
86 switch (ioctl_function) in _ux_device_class_audio_ioctl()
150 UINT _uxe_device_class_audio_ioctl(UX_DEVICE_CLASS_AUDIO *audio, ULONG ioctl_function, in _uxe_device_class_audio_ioctl() argument
159 return(_ux_device_class_audio_ioctl(audio, ioctl_function, parameter)); in _uxe_device_class_audio_ioctl()
Dux_device_class_video_ioctl.c72 UINT _ux_device_class_video_ioctl(UX_DEVICE_CLASS_VIDEO *video, ULONG ioctl_function, in _ux_device_class_video_ioctl() argument
84 switch (ioctl_function) in _ux_device_class_video_ioctl()
148 UINT _uxe_device_class_video_ioctl(UX_DEVICE_CLASS_VIDEO *video, ULONG ioctl_function, in _uxe_device_class_video_ioctl() argument
157 return(_ux_device_class_video_ioctl(video, ioctl_function, parameter)); in _uxe_device_class_video_ioctl()
Dux_device_class_printer_ioctl.c73 UINT _ux_device_class_printer_ioctl(UX_DEVICE_CLASS_PRINTER *printer, ULONG ioctl_function, in _ux_device_class_printer_ioctl() argument
86 switch (ioctl_function) in _ux_device_class_printer_ioctl()
171 UINT _uxe_device_class_printer_ioctl(UX_DEVICE_CLASS_PRINTER *printer, ULONG ioctl_function, in _uxe_device_class_printer_ioctl() argument
181 return (_ux_device_class_printer_ioctl(printer, ioctl_function, parameter)); in _uxe_device_class_printer_ioctl()
Dux_device_class_cdc_acm_ioctl.c102 UINT _ux_device_class_cdc_acm_ioctl(UX_SLAVE_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function, in _ux_device_class_cdc_acm_ioctl() argument
120 switch (ioctl_function) in _ux_device_class_cdc_acm_ioctl()
249 …(ULONG)((ioctl_function == UX_SLAVE_CLASS_CDC_ACM_IOCTL_SET_READ_TIMEOUT) ? UX_ENDPOINT_OUT : UX_E… in _ux_device_class_cdc_acm_ioctl()
402 UINT _uxe_device_class_cdc_acm_ioctl(UX_SLAVE_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function, in _uxe_device_class_cdc_acm_ioctl() argument
412 return (_ux_device_class_cdc_acm_ioctl(cdc_acm, ioctl_function, parameter)); in _uxe_device_class_cdc_acm_ioctl()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_ioctl.c77 ULONG ioctl_function, VOID *parameter) in _ux_host_class_hid_keyboard_ioctl() argument
83 switch(ioctl_function) in _ux_host_class_hid_keyboard_ioctl()
166 ULONG ioctl_function, VOID *parameter) in _uxe_host_class_hid_keyboard_ioctl() argument
174 return(_ux_host_class_hid_keyboard_ioctl(keyboard_instance, ioctl_function, parameter)); in _uxe_host_class_hid_keyboard_ioctl()
Dux_host_class_swar_ioctl.c78 UINT _ux_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function, in _ux_host_class_swar_ioctl() argument
87 switch (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() argument
180 return(_ux_host_class_swar_ioctl(swar, ioctl_function, parameter)); in _uxe_host_class_swar_ioctl()
Dux_host_class_video_ioctl.c89 UINT _ux_host_class_video_ioctl(UX_HOST_CLASS_VIDEO *video, ULONG ioctl_function, in _ux_host_class_video_ioctl() argument
113 switch (ioctl_function) in _ux_host_class_video_ioctl()
267 UINT _uxe_host_class_video_ioctl(UX_HOST_CLASS_VIDEO *video, ULONG ioctl_function, in _uxe_host_class_video_ioctl() argument
276 return(_ux_host_class_video_ioctl(video, ioctl_function, parameter)); in _uxe_host_class_video_ioctl()
Dux_host_class_gser_ioctl.c82 …T _ux_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_function, in _ux_host_class_gser_ioctl() argument
104 switch (ioctl_function) in _ux_host_class_gser_ioctl()
331 … _uxe_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_function, in _uxe_host_class_gser_ioctl() argument
340 return(_ux_host_class_gser_ioctl(gser, interface_index, ioctl_function, parameter)); in _uxe_host_class_gser_ioctl()
Dux_host_class_prolific_ioctl.c86 UINT _ux_host_class_prolific_ioctl(UX_HOST_CLASS_PROLIFIC *prolific, ULONG ioctl_function, in _ux_host_class_prolific_ioctl() argument
114 switch (ioctl_function) in _ux_host_class_prolific_ioctl()
378 UINT _uxe_host_class_prolific_ioctl(UX_HOST_CLASS_PROLIFIC *prolific, ULONG ioctl_function, in _uxe_host_class_prolific_ioctl() argument
387 return(_ux_host_class_prolific_ioctl(prolific, ioctl_function, parameter)); in _uxe_host_class_prolific_ioctl()
Dux_host_class_cdc_acm_ioctl.c85 UINT _ux_host_class_cdc_acm_ioctl(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function, in _ux_host_class_cdc_acm_ioctl() argument
112 switch (ioctl_function) in _ux_host_class_cdc_acm_ioctl()
384 UINT _uxe_host_class_cdc_acm_ioctl(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function, in _uxe_host_class_cdc_acm_ioctl() argument
393 return(_ux_host_class_cdc_acm_ioctl(cdc_acm, ioctl_function, parameter)); in _uxe_host_class_cdc_acm_ioctl()
/USBX-v6.2.1/common/core/src/
Dux_host_class_dpump_ioctl.c79 UINT _ux_host_class_dpump_ioctl(UX_HOST_CLASS_DPUMP *dpump, ULONG ioctl_function, in _ux_host_class_dpump_ioctl() argument
102 switch (ioctl_function) in _ux_host_class_dpump_ioctl()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_keyboard.h261 ULONG ioctl_function, VOID *parameter);
269 ULONG ioctl_function, VOID *parameter);
Dux_host_class_swar.h150 UINT _ux_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function,
163 UINT _uxe_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function,
Dux_host_class_gser.h269 … _ux_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_function,
284 … _uxe_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_function,
Dux_host_class_video.h669 UINT _ux_host_class_video_ioctl(UX_HOST_CLASS_VIDEO *video, ULONG ioctl_function, VOID *paramete…
695 UINT _uxe_host_class_video_ioctl(UX_HOST_CLASS_VIDEO *video, ULONG ioctl_function, VOID *paramet…
/USBX-v6.2.1/common/core/inc/
Dux_host_class_dpump.h102 UINT _ux_host_class_dpump_ioctl(UX_HOST_CLASS_DPUMP *dpump, ULONG ioctl_function,
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_printer.h220 UINT _ux_device_class_printer_ioctl(UX_DEVICE_CLASS_PRINTER *printer, ULONG ioctl_function,
233 UINT _uxe_device_class_printer_ioctl(UX_DEVICE_CLASS_PRINTER *printer, ULONG ioctl_function,
Dux_device_class_cdc_acm.h370 UINT _ux_device_class_cdc_acm_ioctl(UX_SLAVE_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function,
388 UINT _uxe_device_class_cdc_acm_ioctl(UX_SLAVE_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function,
Dux_device_class_audio.h511 UINT _ux_device_class_audio_ioctl(UX_DEVICE_CLASS_AUDIO *audio, ULONG ioctl_function,
550 UINT _uxe_device_class_audio_ioctl(UX_DEVICE_CLASS_AUDIO *audio, ULONG ioctl_function,
Dux_device_class_video.h648 UINT _ux_device_class_video_ioctl(UX_DEVICE_CLASS_VIDEO *video, ULONG ioctl_function,
680 UINT _uxe_device_class_video_ioctl(UX_DEVICE_CLASS_VIDEO *video, ULONG ioctl_function, VOID *par…