Home
last modified time | relevance | path

Searched refs:HostUSBEndpoint (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.h64 struct HostUSBEndpoint { struct
65 explicit HostUSBEndpoint(uint16_t epBufSize) in HostUSBEndpoint() function
76 ~HostUSBEndpoint() in ~HostUSBEndpoint()
103 HostUSBEndpoint hostBulkIn;
104 HostUSBEndpoint hostBulkOut;
H A Dhost_usb.cpp414 auto *ep = reinterpret_cast<HostUSBEndpoint *>(transfer->user_data); in OpenDeviceMyNeed()
447 HostUSBEndpoint* ep = &hUSB->hostBulkIn; in OpenDeviceMyNeed()
483 HostUSBEndpoint *ep = &hUSB->hostBulkOut; in OpenDeviceMyNeed()
/developtools/hdc/src/common/
H A Ddefine_plus.h106 struct HostUSBEndpoint { struct
107 HostUSBEndpoint(uint32_t epBufSize) in HostUSBEndpoint() function
118 ~HostUSBEndpoint() in ~HostUSBEndpoint()
147 HostUSBEndpoint hostBulkIn;
148 HostUSBEndpoint hostBulkOut;
/developtools/hdc/src/host/
H A Dhost_usb.cpp510 auto *ep = reinterpret_cast<HostUSBEndpoint *>(transfer->user_data); in USBBulkCallback()
545 HostUSBEndpoint *ep = nullptr; in SubmitUsbBio()

Completed in 5 milliseconds