Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A 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()
H A Dusb_device_cdcacm_test.h125 struct CtrlInfo { struct
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A 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()
/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h124 struct CtrlInfo { struct
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp200 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in UsbFnRequestCtrlComplete()
334 …struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(OsalMemCalloc(sizeof(struct CtrlInfo))); in UsbMtpDeviceAllocCtrlRequests()
578 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in UsbMtpDeviceSetup()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c942 struct CtrlInfo *ctrlInfo = (struct CtrlInfo *)req->context; in AcmCtrlComplete()
971 struct CtrlInfo *ctrlInfo = NULL; in AcmAllocCtrlRequests()
978 ctrlInfo = (struct CtrlInfo *)OsalMemCalloc(sizeof(*ctrlInfo)); in AcmAllocCtrlRequests()
1107 struct CtrlInfo *ctrlInfo = NULL; in AcmSetup()
1144 ctrlInfo = (struct CtrlInfo *)req->context; in AcmSetup()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h119 struct CtrlInfo { struct
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h149 struct CtrlInfo { struct
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md1587 struct CtrlInfo *ctrlInfo = NULL;
1595 ctrlInfo = (struct CtrlInfo *)OsalMemCalloc(sizeof(*ctrlInfo));