Searched refs:kUSB_DeviceControlStop (Results 1 – 6 of 6) sorted by relevance
45 kUSB_DeviceControlStop, /*!< Disable the device functionality */ enumerator
57 kUSB_DeviceControlStop, /*!< Disable the device functionality */ enumerator
1228 if (kStatus_USB_Success != USB_DeviceKhciControl(khciState, kUSB_DeviceControlStop, NULL)) in USB_DeviceKhciInit()1233 (void)USB_DeviceKhciControl(khciState, kUSB_DeviceControlStop, NULL); in USB_DeviceKhciInit()1542 case kUSB_DeviceControlStop: in USB_DeviceKhciControl()
891 return USB_DeviceControl(handle, kUSB_DeviceControlStop, NULL); in USB_DeviceStop()
1927 case kUSB_DeviceControlStop:
2338 case kUSB_DeviceControlStop: in USB_DeviceLpc3511IpControl()