Searched refs:USB_DeviceControl (Results 1 – 2 of 2) sorted by relevance
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/device/ |
| A D | usb_device_dci.c | 394 USB_DeviceControl(handle, kUSB_DeviceControlSetDefaultStatus, NULL); in USB_DeviceResetNotification() 483 return USB_DeviceControl(handle, kUSB_DeviceControlGetRemoteWakeUp, flag); in USB_DeviceGetRemoteWakeUp() 908 return USB_DeviceControl(handle, kUSB_DeviceControlRun, NULL); in USB_DeviceRun() 924 return USB_DeviceControl(handle, kUSB_DeviceControlStop, NULL); in USB_DeviceStop() 1110 return USB_DeviceControl(handle, kUSB_DeviceControlEndpointInit, epInit); in USB_DeviceInitEndpoint() 1245 error = USB_DeviceControl(handle, kUSB_DeviceControlGetSpeed, param); in USB_DeviceGetStatus() 1305 error = USB_DeviceControl(handle, kUSB_DeviceControlSetTestMode, param); in USB_DeviceSetStatus() 1335 error = USB_DeviceControl(handle, kUSB_DeviceControlResume, param); in USB_DeviceSetStatus() 1350 error = USB_DeviceControl(handle, kUSB_DeviceControlSuspend, param); in USB_DeviceSetStatus() 1353 error = USB_DeviceControl(handle, kUSB_DeviceControlSleep, param); in USB_DeviceSetStatus() [all …]
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/device/ |
| A D | usb_device_dci.c | 389 USB_DeviceControl(handle, kUSB_DeviceControlSetDefaultStatus, NULL); in USB_DeviceResetNotification() 478 return USB_DeviceControl(handle, kUSB_DeviceControlGetRemoteWakeUp, flag); in USB_DeviceGetRemoteWakeUp() 903 return USB_DeviceControl(handle, kUSB_DeviceControlRun, NULL); in USB_DeviceRun() 919 return USB_DeviceControl(handle, kUSB_DeviceControlStop, NULL); in USB_DeviceStop() 1105 return USB_DeviceControl(handle, kUSB_DeviceControlEndpointInit, epInit); in USB_DeviceInitEndpoint() 1240 error = USB_DeviceControl(handle, kUSB_DeviceControlGetSpeed, param); in USB_DeviceGetStatus() 1300 error = USB_DeviceControl(handle, kUSB_DeviceControlSetTestMode, param); in USB_DeviceSetStatus() 1330 error = USB_DeviceControl(handle, kUSB_DeviceControlResume, param); in USB_DeviceSetStatus() 1345 error = USB_DeviceControl(handle, kUSB_DeviceControlSuspend, param); in USB_DeviceSetStatus() 1348 error = USB_DeviceControl(handle, kUSB_DeviceControlSleep, param); in USB_DeviceSetStatus() [all …]
|
Completed in 10 milliseconds