Searched refs:USB_HSDCD_Deinit (Results 1 – 5 of 5) sorted by relevance
96 usb_hsdcd_status_t USB_HSDCD_Deinit(usb_hsdcd_handle handle);
162 usb_hsdcd_status_t USB_HSDCD_Deinit(usb_hsdcd_handle handle) in USB_HSDCD_Deinit() function
1633 if (kStatus_hsdcd_Success != USB_HSDCD_Deinit(ehciState->dcdHandle))1638 (void)USB_HSDCD_Deinit(ehciState->dcdHandle);
1765 if (kStatus_USB_Success != USB_HSDCD_Deinit(lpc3511IpState->dcdHandle)) in USB_DeviceLpc3511IpDeinit()1770 (void)USB_HSDCD_Deinit(lpc3511IpState->dcdHandle); in USB_DeviceLpc3511IpDeinit()
3530 USB_HSDCD_Deinit(usbHostState->dcdHandle); in USB_HostIp3516HsDestory()