Searched refs:device_index (Results 1 – 3 of 3) sorted by relevance
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_device_get.c | 77 UINT _ux_host_stack_device_get(ULONG device_index, UX_DEVICE **device) in _ux_host_stack_device_get() argument 86 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_STACK_DEVICE_GET, device_index, 0, 0, 0, UX_TRACE_HOST_STACK… in _ux_host_stack_device_get() 89 if (device_index >= UX_SYSTEM_HOST_MAX_DEVICES_GET()) in _ux_host_stack_device_get() 116 if (device_index == current_device_index) in _ux_host_stack_device_get() 190 UINT _uxe_host_stack_device_get(ULONG device_index, UX_DEVICE **device) in _uxe_host_stack_device_get() argument 198 return(_ux_host_stack_device_get(device_index, device)); in _uxe_host_stack_device_get()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 162 UINT _ux_host_stack_device_get(ULONG device_index, UX_DEVICE **device); 218 UINT _uxe_host_stack_device_get(ULONG device_index, UX_DEVICE **device);
|
| D | ux_api.h | 2886 UINT ux_host_stack_device_get(ULONG device_index, UX_DEVICE **device);
|