Searched refs:USB_HostValidateDevice (Results 1 – 3 of 3) sorted by relevance
394 …if ((USB_HostValidateDevice(pipe_ptr->deviceHandle) != kStatus_USB_Success) || (!(USB_HostGetDevic… in USB_HostSend()437 …if ((USB_HostValidateDevice(pipe_ptr->deviceHandle) != kStatus_USB_Success) || (!(USB_HostGetDevic… in USB_HostSendSetup()469 …if ((USB_HostValidateDevice(pipe_ptr->deviceHandle) != kStatus_USB_Success) || (!(USB_HostGetDevic… in USB_HostRecv()834 if (kStatus_USB_Success == USB_HostValidateDevice(hostInstance, deviceHandle)) in USB_HostSuspendDeviceResquest()891 if (kStatus_USB_Success == USB_HostValidateDevice(hostInstance, deviceHandle)) in USB_HostResumeDeviceResquest()
1268 usb_status_t USB_HostValidateDevice(usb_host_handle hostHandle, usb_device_handle deviceHandle) in USB_HostValidateDevice() function1336 if (USB_HostValidateDevice(hostInstance, deviceHandle) != kStatus_USB_Success) in USB_HostOpenDeviceInterface()1387 if (USB_HostValidateDevice(hostInstance, deviceHandle) != kStatus_USB_Success) in USB_HostCloseDeviceInterface()1459 …if (USB_HostValidateDevice(hostInstance, deviceInstance) == kStatus_USB_Success) /* device is vali… in USB_HostRemoveDevice()
152 extern usb_status_t USB_HostValidateDevice(usb_host_handle hostHandle, usb_device_handle deviceHand…