Searched defs:isoPackets (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api_library.c | 926 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 D | usb_raw_api.c | 206 struct UsbRawRequest *UsbRawAllocRequest(const UsbRawHandle *devHandle, int32_t isoPackets, int32_t… in UsbRawAllocRequest()
|
H A D | usb_interface_pool.c | 1570 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 D | linux_adapter.c | 1273 …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 D | liteos_adapter.c | 1300 const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t length) in AdapterAllocRequest()
|
/ohos5.0/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 l… in FuncAdapterAllocRequest()
|