Home
last modified time | relevance | path

Searched defs:isoPackets (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c926 struct UsbHostRequest *AllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets, si… in AllocRequest()
937 …quest *AllocRequestByMmap(const struct UsbDeviceHandle *devHandle, int32_t isoPackets, size_t leng… in AllocRequestByMmap()
1184 struct UsbHostRequest *RawAllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets,… in RawAllocRequest()
1196 const struct UsbDeviceHandle *devHandle, int32_t isoPackets, int32_t length) in RawAllocRequestByMmap()
H A Dusb_raw_api.c206 struct UsbRawRequest *UsbRawAllocRequest(const UsbRawHandle *devHandle, int32_t isoPackets, int32_t… in UsbRawAllocRequest()
H A Dusb_interface_pool.c1570 struct UsbRequest *UsbAllocRequest(const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, i… in UsbAllocRequest()
1609 … *UsbAllocRequestByMmap(const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, int32_t len… in UsbAllocRequestByMmap()
1649 const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, int32_t length, int32_t fd) in UsbAllocRequestByAshmem()
H A Dlinux_adapter.c1273 …tRequest *AdapterAllocRequest(const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t len) in AdapterAllocRequest()
1314 const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t len) in AdapterAllocRequestByMmap()
H A Dliteos_adapter.c1300 const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t length) in AdapterAllocRequest()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp385 UsbHostRequest *FuncAdapterAllocRequest(const UsbDeviceHandle *handle, int32_t isoPackets, size_t l… in FuncAdapterAllocRequest()