Searched defs:isoPackets (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api.c | 206 struct UsbRawRequest *UsbRawAllocRequest(const UsbRawHandle *devHandle, int32_t isoPackets, int32_t length) in UsbRawAllocRequest() argument
|
H A D | linux_adapter.c | 1286 static struct UsbHostRequest *AdapterAllocRequest(const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t len) in AdapterAllocRequest() argument 1326 AdapterAllocRequestByMmap( const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t len) AdapterAllocRequestByMmap() argument
|
H A D | usb_interface_pool.c | 1611 struct UsbRequest *UsbAllocRequest(const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, int32_t length) in UsbAllocRequest() argument 1650 struct UsbRequest *UsbAllocRequestByMmap(const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, int32_t length) in UsbAllocRequestByMmap() argument 1689 UsbAllocRequestByAshmem( const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, int32_t length, int32_t fd) UsbAllocRequestByAshmem() argument
|
H A D | usb_raw_api_library.c | 926 struct UsbHostRequest *AllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets, size_t length) in AllocRequest() argument 937 struct UsbHostRequest *AllocRequestByMmap(const struct UsbDeviceHandle *devHandle, int32_t isoPackets, size_t length) in AllocRequestByMmap() argument 1184 struct UsbHostRequest *RawAllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets, int32_t length) in RawAllocRequest() argument 1195 RawAllocRequestByMmap( const struct UsbDeviceHandle *devHandle, int32_t isoPackets, int32_t length) RawAllocRequestByMmap() argument
|
H A D | liteos_adapter.c | 1299 AdapterAllocRequest( const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t length) AdapterAllocRequest() argument
|
/drivers/peripheral/usb/test/unittest/mock/src/ |
H A D | mock_linux_adapter.cpp | 385 UsbHostRequest *FuncAdapterAllocRequest(const UsbDeviceHandle *handle, int32_t isoPackets, size_t len) in FuncAdapterAllocRequest() argument
|
Completed in 12 milliseconds