Home
last modified time | relevance | path

Searched refs:_ux_host_class_cdc_acm_command (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_acm_ioctl.c151 … status = _ux_host_class_cdc_acm_command(cdc_acm, UX_HOST_CLASS_CDC_ACM_REQ_SET_LINE_CODING, in _ux_host_class_cdc_acm_ioctl()
176 … status = _ux_host_class_cdc_acm_command(cdc_acm, UX_HOST_CLASS_CDC_ACM_REQ_GET_LINE_CODING, in _ux_host_class_cdc_acm_ioctl()
220 status = _ux_host_class_cdc_acm_command(cdc_acm, UX_HOST_CLASS_CDC_ACM_REQ_SET_LINE_STATE, in _ux_host_class_cdc_acm_ioctl()
233 status = _ux_host_class_cdc_acm_command(cdc_acm, UX_HOST_CLASS_CDC_ACM_REQ_SEND_BREAK, in _ux_host_class_cdc_acm_ioctl()
Dux_host_class_cdc_acm_command.c88 UINT _ux_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command, in _ux_host_class_cdc_acm_command() function
267 return(_ux_host_class_cdc_acm_command(cdc_acm, command, value, data_buffer, data_length)); in _uxe_host_class_cdc_acm_command()
Dux_host_class_cdc_acm_entry.c403 status = _ux_host_class_cdc_acm_command(cdc_acm, in _ux_host_class_cdc_acm_activate_wait()
423 status = _ux_host_class_cdc_acm_command(cdc_acm, in _ux_host_class_cdc_acm_activate_wait()
463 status = _ux_host_class_cdc_acm_command(cdc_acm, in _ux_host_class_cdc_acm_activate_wait()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_cdc_acm.h363 UINT _ux_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command,
/USBX-v6.2.1/test/regression/
Dusbx_cdc_acm_basic_test.c1794 …status = _ux_host_class_cdc_acm_command(cdc_acm_host_control, UX_HOST_CLASS_CDC_ACM_REQ_GET_LINE_C… in tx_test_thread_host_simulation_entry()
1809 …status = _ux_host_class_cdc_acm_command(cdc_acm_host_control, UX_HOST_CLASS_CDC_ACM_REQ_GET_LINE_C… in tx_test_thread_host_simulation_entry()