Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h109 struct UsbHostRequest *RawAllocRequestByMmap(
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c1626 hostRequest = RawAllocRequestByMmap(ifaceHdl->devHandle, isoPackets, length); in UsbAllocRequestByMmap()
1669 hostRequest = RawAllocRequestByMmap(ifaceHdl->devHandle, isoPackets, length); in UsbAllocRequestByAshmem()
H A Dusb_raw_api_library.c1195 struct UsbHostRequest *RawAllocRequestByMmap( in RawAllocRequestByMmap() function