Searched refs:usb_device_struct_t (Results 1 – 8 of 8) sorted by relevance
48 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 …]
114 …usb_device_struct_t *deviceHandle; /*!< Device handle used to identify the device object belongs t…148 …usb_device_struct_t *deviceHandle; /*!< Device handle used to identify the device object belongs t…
1338 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;
1274 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()
1582 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()
124 } usb_device_struct_t; typedef
155 } usb_device_struct_t; typedef
142 …usb_device_struct_t *deviceHandle; /*!< Device handle used to identify the device object is belong…