Home
last modified time | relevance | path

Searched refs:usb_device_controller_handle (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_mcux_drv_port.h22 #define usb_device_controller_handle usb_device_handle macro
83usb_device_controller_handle *controllerHandle);
86 typedef usb_status_t (*usb_device_controller_deinit_t)(usb_device_controller_handle controllerHandl…
89 typedef usb_status_t (*usb_device_controller_send_t)(usb_device_controller_handle controllerHandle,
95 typedef usb_status_t (*usb_device_controller_recv_t)(usb_device_controller_handle controllerHandle,
101 typedef usb_status_t (*usb_device_controller_cancel_t)(usb_device_controller_handle controllerHandl…
105 typedef usb_status_t (*usb_device_controller_control_t)(usb_device_controller_handle controllerHand…
123 usb_device_controller_handle controllerHandle; /*!< Controller handle */
Dusb_device_dci.h22 #define usb_device_controller_handle usb_device_handle macro
90usb_device_controller_handle *controllerHandle);
93 typedef usb_status_t (*usb_device_controller_deinit_t)(usb_device_controller_handle controllerHandl…
96 typedef usb_status_t (*usb_device_controller_send_t)(usb_device_controller_handle controllerHandle,
102 typedef usb_status_t (*usb_device_controller_recv_t)(usb_device_controller_handle controllerHandle,
108 typedef usb_status_t (*usb_device_controller_cancel_t)(usb_device_controller_handle controllerHandl…
112 typedef usb_status_t (*usb_device_controller_control_t)(usb_device_controller_handle controllerHand…
134 usb_device_controller_handle controllerHandle; /*!< Controller handle */
Dusb_device_lpcip3511.h216 usb_device_controller_handle *controllerHandle);
227 usb_status_t USB_DeviceLpc3511IpDeinit(usb_device_controller_handle controllerHandle);
251 usb_status_t USB_DeviceLpc3511IpSend(usb_device_controller_handle controllerHandle,
278 usb_status_t USB_DeviceLpc3511IpRecv(usb_device_controller_handle controllerHandle,
293 usb_status_t USB_DeviceLpc3511IpCancel(usb_device_controller_handle controllerHandle, uint8_t ep);
306 usb_status_t USB_DeviceLpc3511IpControl(usb_device_controller_handle controllerHandle,
Dusb_device_ehci.h203 usb_device_controller_handle *ehciHandle);
214 usb_status_t USB_DeviceEhciDeinit(usb_device_controller_handle ehciHandle);
238 usb_status_t USB_DeviceEhciSend(usb_device_controller_handle ehciHandle,
263 usb_status_t USB_DeviceEhciRecv(usb_device_controller_handle ehciHandle,
278 usb_status_t USB_DeviceEhciCancel(usb_device_controller_handle ehciHandle, uint8_t ep);
291 usb_status_t USB_DeviceEhciControl(usb_device_controller_handle ehciHandle,
Dusb_device_khci.h180 usb_device_controller_handle *khciHandle);
191 usb_status_t USB_DeviceKhciDeinit(usb_device_controller_handle khciHandle);
215 usb_status_t USB_DeviceKhciSend(usb_device_controller_handle khciHandle,
242 usb_status_t USB_DeviceKhciRecv(usb_device_controller_handle khciHandle,
257 usb_status_t USB_DeviceKhciCancel(usb_device_controller_handle khciHandle, uint8_t ep);
270 usb_status_t USB_DeviceKhciControl(usb_device_controller_handle khciHandle,
Dusb_device_khci.c1201 usb_device_controller_handle *khciHandle) in USB_DeviceKhciInit()
1288 usb_status_t USB_DeviceKhciDeinit(usb_device_controller_handle khciHandle) in USB_DeviceKhciDeinit()
1330 usb_status_t USB_DeviceKhciSend(usb_device_controller_handle khciHandle, in USB_DeviceKhciSend()
1392 usb_status_t USB_DeviceKhciRecv(usb_device_controller_handle khciHandle, in USB_DeviceKhciRecv()
1454 usb_status_t USB_DeviceKhciCancel(usb_device_controller_handle khciHandle, uint8_t ep) in USB_DeviceKhciCancel()
1492 usb_status_t USB_DeviceKhciControl(usb_device_controller_handle khciHandle, usb_device_control_type… in USB_DeviceKhciControl()
Dusb_device_lpcip3511.c172 static usb_status_t USB_DeviceLpc3511IpControlPreSetDeviceAddress(usb_device_controller_handle cont…
1594 usb_device_controller_handle *controllerHandle) in USB_DeviceLpc3511IpInit()
1734 usb_status_t USB_DeviceLpc3511IpDeinit(usb_device_controller_handle controllerHandle) in USB_DeviceLpc3511IpDeinit()
2083 usb_status_t USB_DeviceLpc3511IpSend(usb_device_controller_handle controllerHandle, in USB_DeviceLpc3511IpSend()
2117 usb_status_t USB_DeviceLpc3511IpRecv(usb_device_controller_handle controllerHandle, in USB_DeviceLpc3511IpRecv()
2125 usb_status_t USB_DeviceLpc3511IpCancel(usb_device_controller_handle controllerHandle, uint8_t ep) in USB_DeviceLpc3511IpCancel()
2285 static usb_status_t USB_DeviceLpc3511IpControlPreSetDeviceAddress(usb_device_controller_handle cont… in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2304 usb_status_t USB_DeviceLpc3511IpControl(usb_device_controller_handle controllerHandle, in USB_DeviceLpc3511IpControl()
Dusb_device_ehci.c1431 usb_device_controller_handle *ehciHandle)
1536 *ehciHandle = (usb_device_controller_handle)ehciState;
1607 usb_status_t USB_DeviceEhciDeinit(usb_device_controller_handle ehciHandle)
1675 usb_status_t USB_DeviceEhciSend(usb_device_controller_handle ehciHandle,
1707 usb_status_t USB_DeviceEhciRecv(usb_device_controller_handle ehciHandle,
1729 usb_status_t USB_DeviceEhciCancel(usb_device_controller_handle ehciHandle, uint8_t ep)
1890 usb_status_t USB_DeviceEhciControl(usb_device_controller_handle ehciHandle, usb_device_control_type…