Searched refs:ux_interface (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_configuration_interface_get.c | 83 UX_INTERFACE **ux_interface) in _ux_host_stack_configuration_interface_get() argument 134 *ux_interface = current_interface; in _ux_host_stack_configuration_interface_get() 159 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_INTERFACE_HANDLE_UNKNOWN, ux_interface, 0, 0, UX_TRACE_… in _ux_host_stack_configuration_interface_get() 183 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_INTERFACE_HANDLE_UNKNOWN, ux_interface, 0, 0, UX_TRACE_… in _ux_host_stack_configuration_interface_get() 234 UX_INTERFACE **ux_interface) in _uxe_host_stack_configuration_interface_get() argument 238 if ((configuration == UX_NULL) || (ux_interface == UX_NULL)) in _uxe_host_stack_configuration_interface_get() 243 interface_index, alternate_setting_index, ux_interface)); in _uxe_host_stack_configuration_interface_get()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 150 UX_INTERFACE **ux_interface); 178 UINT _ux_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_E… 179 UINT _ux_host_stack_interface_instance_create(UX_INTERFACE *ux_interface); 180 VOID _ux_host_stack_interface_instance_delete(UX_INTERFACE *ux_interface); 181 UINT _ux_host_stack_interface_set(UX_INTERFACE *ux_interface); 182 UINT _ux_host_stack_interface_setting_select(UX_INTERFACE *ux_interface); 190 UINT _ux_host_stack_new_endpoint_create(UX_INTERFACE *ux_interface, UCHAR * interface_endpoint); 213 UX_INTERFACE **ux_interface); 224 UINT _uxe_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_… 225 UINT _uxe_host_stack_interface_setting_select(UX_INTERFACE *ux_interface);
|
| D | ux_device_stack.h | 98 UINT _ux_device_stack_interface_delete(UX_SLAVE_INTERFACE *ux_interface); 102 UINT _ux_device_stack_interface_start(UX_SLAVE_INTERFACE *ux_interface);
|
| D | ux_api.h | 2881 UINT alternate_setting_index, UX_INTERFACE **ux_interface); 2893 UINT ux_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_EN… 2894 UINT ux_host_stack_interface_setting_select(UX_INTERFACE *ux_interface); 2934 UINT ux_device_stack_interface_delete(UX_SLAVE_INTERFACE *ux_interface); 2938 UINT ux_device_stack_interface_start(UX_SLAVE_INTERFACE *ux_interface);
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_host_stack_new_endpoint_create_coverage_test.c | 11 extern UINT _ux_host_stack_new_endpoint_create(UX_INTERFACE *ux_interface, UCHAR * interface_endpo…
|