Home
last modified time | relevance | path

Searched refs:UsbIsoPacketDesc (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h51 struct UsbIsoPacketDesc { struct
70 struct UsbIsoPacketDesc isoFrameDesc[0];
111 struct UsbIsoPacketDesc isoPacketDesc[0];
/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h60 struct UsbIsoPacketDesc { struct
82 struct UsbIsoPacketDesc isoFrameDesc[0];
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h146 struct UsbIsoPacketDesc { struct
165 struct UsbIsoPacketDesc isoFrameDesc[0];
203 struct UsbIsoPacketDesc isoPacketDesc[0];
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h281 struct UsbIsoPacketDesc { struct
300 struct UsbIsoPacketDesc isoFrameDesc[0];
338 struct UsbIsoPacketDesc isoPacketDesc[0];
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c743 struct UsbIsoPacketDesc *urbDesc = NULL; in OsIsoRequestDesStatus()
744 struct UsbIsoPacketDesc *requestDesc = NULL; in OsIsoRequestDesStatus()
1294 size_t allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct UsbIsoPacketDesc) * (size_t)isoPackets) + in AdapterAllocRequest()
1335 size_t allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct UsbIsoPacketDesc) * (size_t)isoPackets); in AdapterAllocRequestByMmap()
1404 (sizeof(struct UsbIsoPacketDesc) * (size_t)(request->numIsoPackets)) + (size_t)request->bufLen; in AdapterFreeRequest()
H A Dliteos_adapter.c882 struct UsbIsoPacketDesc *requestDesc = NULL; in OsIsoRequestDesStatus()
1306 allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct UsbIsoPacketDesc) * (size_t)isoPackets) + in AdapterAllocRequest()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp394 size_t allocSize = sizeof(UsbHostRequest) + (sizeof(UsbIsoPacketDesc) * static_cast<size_t>(isoPackets)) + in FuncAdapterAllocRequest()

Completed in 8 milliseconds