Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h137 …struct UsbHostRequest *(*allocRequestByMmap)(const struct UsbDeviceHandle *handle, int32_t isoPack… member
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c941 if (osAdapterOps->allocRequestByMmap == NULL) { in AllocRequestByMmap()
945 return osAdapterOps->allocRequestByMmap(devHandle, isoPackets, length); in AllocRequestByMmap()
H A Dlinux_adapter.c1520 .allocRequestByMmap = AdapterAllocRequestByMmap,