Home
last modified time | relevance | path

Searched refs:UsbRawHandleRequests (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h515 int32_t UsbRawHandleRequests(const UsbRawHandle *devHandle);
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c304 int32_t UsbRawHandleRequests(const UsbRawHandle *devHandle) in UsbRawHandleRequests() function
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c79 ret = UsbRawHandleRequests(acm->devHandle); in UsbIoThread()
81 HDF_LOGE("%{public}s:%{public}d UsbRawHandleRequests failed, ret=%{public}d ", __func__, __LINE__, ret); in UsbIoThread()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c82 ret = UsbRawHandleRequests(acm->devHandle); in UsbIoThread()
84 printf("%s:%d UsbRawHandleRequests failed, ret=%d ", __func__, __LINE__, ret); in UsbIoThread()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c58 ret = UsbRawHandleRequests(acm->devHandle); in UsbIoThread()
61 printf("%s:%d UsbRawHandleRequests faile, ret=%d \n", __func__, __LINE__, ret); in UsbIoThread()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c650 ret = UsbRawHandleRequests(usbNet->devHandle); in UsbIoThread()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c60 ret = UsbRawHandleRequests(acm->devHandle); in UsbIoThread()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp67 ret = UsbRawHandleRequests(acm->devHandle); in UsbIoThread()
69 printf("%s:%d UsbRawHandleRequests failed, ret = %d \n", __func__, __LINE__, ret); in UsbIoThread()
H A Dusb_raw_sdk_if_test.cpp69 ret = UsbRawHandleRequests(acm->devHandle); in UsbIoThread()
71 printf("%s:%d UsbRawHandleRequests failed, ret = %d \n", __func__, __LINE__, ret); in UsbIoThread()

Completed in 13 milliseconds