Searched refs:USB_HostValidateDevice (Results 1 – 3 of 3) sorted by relevance
403 …if ((USB_HostValidateDevice(pipe_ptr->deviceHandle) != kStatus_USB_Success) || (!(USB_HostGetDevic… in USB_HostSend()452 …if ((USB_HostValidateDevice(pipe_ptr->deviceHandle) != kStatus_USB_Success) || (!(USB_HostGetDevic… in USB_HostSendSetup()491 …if ((USB_HostValidateDevice(pipe_ptr->deviceHandle) != kStatus_USB_Success) || (!(USB_HostGetDevic… in USB_HostRecv()862 if (kStatus_USB_Success == USB_HostValidateDevice(hostInstance, deviceHandle)) in USB_HostSuspendDeviceResquest()919 if (kStatus_USB_Success == USB_HostValidateDevice(hostInstance, deviceHandle)) in USB_HostResumeDeviceResquest()
152 extern usb_status_t USB_HostValidateDevice(usb_host_handle hostHandle, usb_device_handle deviceHand…
1266 usb_status_t USB_HostValidateDevice(usb_host_handle hostHandle, usb_device_handle deviceHandle) in USB_HostValidateDevice() function1334 if (USB_HostValidateDevice(hostInstance, deviceHandle) != kStatus_USB_Success) in USB_HostOpenDeviceInterface()1385 if (USB_HostValidateDevice(hostInstance, deviceHandle) != kStatus_USB_Success) in USB_HostCloseDeviceInterface()1457 …if (USB_HostValidateDevice(hostInstance, deviceInstance) == kStatus_USB_Success) /* device is vali… in USB_HostRemoveDevice()