Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h137 struct UsbHostRequest *(*allocRequestByMmap)(const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t len); member
/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.c1533 .allocRequestByMmap = AdapterAllocRequestByMmap,

Completed in 6 milliseconds