Home
last modified time | relevance | path

Searched refs:mtpDev_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp107 struct UsbMtpDevice *UsbfnMtpImpl::mtpDev_ = nullptr; member in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
330 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceAllocCtrlRequests()
332 mtpDev_->ctrlReqNum = 0; in UsbMtpDeviceAllocCtrlRequests()
339 ctrlInfo->mtpDev = mtpDev_; in UsbMtpDeviceAllocCtrlRequests()
340 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(mtpDev_->ctrlIface.handle, MTP_CONTROL_XFER_BYTECOUNT); in UsbMtpDeviceAllocCtrlRequests()
349 mtpDev_->ctrlReqNum++; in UsbMtpDeviceAllocCtrlRequests()
356 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceFreeCtrlRequests()
362 mtpDev_->ctrlReqNum--; in UsbMtpDeviceFreeCtrlRequests()
381 req = UsbFnAllocRequest(mtpDev_->dataIface.handle, mtpDev_ in UsbMtpPortAllocReadWriteRequests()
[all...]
/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h245 static struct UsbMtpDevice *mtpDev_; member in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl

Completed in 3 milliseconds