Home
last modified time | relevance | path

Searched refs:readSbuf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h65 int32_t UsbHostDdkTestAsyncRead(char *readSbuf);
67 void UsbHostDdkTestSyncRead(char *readSbuf);
69 void UsbHostDdkTestCtrlClass(char *readSbuf);
70 void UsbHostDdkTestStdGetDes(char *readSbuf);
71 void UsbHostDdkTestStdGetDesAsync(char *readSbuf);
72 void UsbHostDdkTestStdGetStatus(char *readSbuf);
74 void UsbHostDdkTestGetBaudrate(char *readSbuf);
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c195 if (readSbuf != NULL) { in UsbHostDdkTestAsyncRead()
240 void UsbHostDdkTestSyncRead(char *readSbuf) in UsbHostDdkTestSyncRead() argument
259 if (readSbuf != NULL) { in UsbHostDdkTestSyncRead()
299 void UsbHostDdkTestCtrlClass(char *readSbuf) in UsbHostDdkTestCtrlClass() argument
314 if (readSbuf != NULL) { in UsbHostDdkTestCtrlClass()
326 void UsbHostDdkTestStdGetDes(char *readSbuf) in UsbHostDdkTestStdGetDes() argument
346 if (readSbuf != NULL) { in UsbHostDdkTestStdGetDes()
382 if (readSbuf != NULL) { in UsbHostDdkTestStdGetDesAsync()
419 if (readSbuf != NULL) { in UsbHostDdkTestStdGetStatus()
514 void UsbHostDdkTestGetBaudrate(char *readSbuf) in UsbHostDdkTestGetBaudrate() argument
[all …]