Home
last modified time | relevance | path

Searched refs:CtrlInfo (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp394 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in CtrlComplete()
415 struct CtrlInfo *ctrlInfo = nullptr; in AllocCtrlRequests()
422 ctrlInfo = static_cast<struct CtrlInfo *>(OsalMemCalloc(sizeof(*ctrlInfo))); in AllocCtrlRequests()
605 struct CtrlInfo *ctrlInfo = nullptr; in Setup()
636 ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in Setup()
Dusb_device_cdcacm_test.h125 struct CtrlInfo { struct
/drivers/peripheral/usb/gadget/function/include/
Dcdcacm.h124 struct CtrlInfo { struct
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c382 struct CtrlInfo *ctrlInfo = (struct CtrlInfo *)req->context; in CtrlComplete()
403 struct CtrlInfo *ctrlInfo = NULL; in AllocCtrlRequests()
411 ctrlInfo = (struct CtrlInfo *)OsalMemCalloc(sizeof(*ctrlInfo)); in AllocCtrlRequests()
595 struct CtrlInfo *ctrlInfo = NULL; in Setup()
628 ctrlInfo = (struct CtrlInfo *)req->context; in Setup()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c937 struct CtrlInfo *ctrlInfo = (struct CtrlInfo *)req->context; in AcmCtrlComplete()
966 struct CtrlInfo *ctrlInfo = NULL; in AcmAllocCtrlRequests()
973 ctrlInfo = (struct CtrlInfo *)OsalMemCalloc(sizeof(*ctrlInfo)); in AcmAllocCtrlRequests()
1103 struct CtrlInfo *ctrlInfo = NULL; in AcmSetup()
1140 ctrlInfo = (struct CtrlInfo *)req->context; in AcmSetup()
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp199 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in UsbFnRequestCtrlComplete()
333 …struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(OsalMemCalloc(sizeof(struct CtrlInfo))); in UsbMtpDeviceAllocCtrlRequests()
577 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in UsbMtpDeviceSetup()
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
Dusb_device_lite_cdcacm_test.h119 struct CtrlInfo { struct
/drivers/peripheral/usb/gadget/function/mtp/include/
Dusbfn_mtp_impl.h149 struct CtrlInfo { struct