Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp105 …UsbInterface *tmpIf = UsbClaimInterface(dev->service->session_, dev->busNum, dev->devAddr, interfa… in GetUsbInterfaceById() local
106 if (tmpIf == nullptr) { in GetUsbInterfaceById()
109 return tmpIf; in GetUsbInterfaceById()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md519 struct UsbInterface *tmpIf = NULL;
521tmpIf = (struct UsbInterface *)UsbClaimInterface(acm->session, acm->busNum, acm->devAddr, interfac…
522 return tmpIf;