Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c48 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle);
49 static usb_status_t USB_DeviceFreeHandle(usb_device_struct_t *handle);
57 static usb_status_t USB_DeviceResetNotification(usb_device_struct_t *handle,
60 static usb_status_t USB_DeviceSuspendNotification(usb_device_struct_t *handle,
62 static usb_status_t USB_DeviceResumeNotification(usb_device_struct_t *handle,
65 static usb_status_t USB_DeviceSleepNotification(usb_device_struct_t *handle,
71 static usb_status_t USB_DeviceDetachNotification(usb_device_struct_t *handle,
73 static usb_status_t USB_DeviceAttachNotification(usb_device_struct_t *handle,
76 static usb_status_t USB_DeviceNotification(usb_device_struct_t *handle, usb_device_callback_message…
82 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM];
[all …]
Dusb_device_khci.h114usb_device_struct_t *deviceHandle; /*!< Device handle used to identify the device object belongs t…
148usb_device_struct_t *deviceHandle; /*!< Device handle used to identify the device object belongs t…
Dusb_device_ehci.c1338 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle;
1528 ehciState->deviceHandle = (usb_device_struct_t *)handle;
1904 usb_device_struct_t *deviceHandle;
1918 deviceHandle = (usb_device_struct_t *)ehciState->deviceHandle;
2315 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle;
Dusb_device_khci.c1274 khciState->deviceHandle = (usb_device_struct_t *)handle; in USB_DeviceKhciInit()
1509 usb_device_struct_t *deviceHandle; in USB_DeviceKhciControl()
1524 deviceHandle = (usb_device_struct_t *)khciState->deviceHandle; in USB_DeviceKhciControl()
1707 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle; in USB_DeviceKhciIsrFunction()
Dusb_device_lpcip3511.c1582 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle; in USB_DeviceLpcIp3511IsrDCDFunction()
2317 usb_device_struct_t *deviceHandle; in USB_DeviceLpc3511IpControl()
2327 deviceHandle = (usb_device_struct_t *)lpc3511IpState->deviceHandle; in USB_DeviceLpc3511IpControl()
2633 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle; in USB_DeviceLpcIp3511IsrFunction()
Dusb_device_mcux_drv_port.h124 } usb_device_struct_t; typedef
Dusb_device_dci.h155 } usb_device_struct_t; typedef
Dusb_device_ehci.h142usb_device_struct_t *deviceHandle; /*!< Device handle used to identify the device object is belong…