Home
last modified time | relevance | path

Searched refs:UsbGetBulkEndpoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c228 static int32_t UsbGetBulkEndpoint(struct AcmDevice * const acm, const struct UsbRawEndpointDescript… in UsbGetBulkEndpoint() function
278 if (UsbGetBulkEndpoint(acm, endPoint) != HDF_SUCCESS) { in UsbParseConfigDescriptorProcess()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c58 static int32_t UsbGetBulkEndpoint(struct UsbnetHost **ppUsbNet, const struct UsbRawEndpointDescript… in UsbGetBulkEndpoint() function
116 if (UsbGetBulkEndpoint(ppUsbNet, endPoint) != HDF_SUCCESS) { in UsbParseConfigDescriptorProcess()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c176 static int32_t UsbGetBulkEndpoint(struct AcmDevice *acm, const struct UsbRawEndpointDescriptor *end… in UsbGetBulkEndpoint() function
226 if (UsbGetBulkEndpoint(acm, endPoint) != HDF_SUCCESS) { in UsbParseConfigDescriptorProcess()