Home
last modified time | relevance | path

Searched defs:ctrlInfo (Results 1 – 5 of 5) 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() local
415 struct CtrlInfo *ctrlInfo = nullptr; in AllocCtrlRequests() local
605 struct CtrlInfo *ctrlInfo = nullptr; in Setup() local
/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() local
403 struct CtrlInfo *ctrlInfo = NULL; in AllocCtrlRequests() local
595 struct CtrlInfo *ctrlInfo = NULL; in Setup() local
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp200 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in UsbFnRequestCtrlComplete() local
334 …struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(OsalMemCalloc(sizeof(struct CtrlInfo))); in UsbMtpDeviceAllocCtrlRequests() local
578 struct CtrlInfo *ctrlInfo = static_cast<struct CtrlInfo *>(req->context); in UsbMtpDeviceSetup() local
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c942 struct CtrlInfo *ctrlInfo = (struct CtrlInfo *)req->context; in AcmCtrlComplete() local
971 struct CtrlInfo *ctrlInfo = NULL; in AcmAllocCtrlRequests() local
1107 struct CtrlInfo *ctrlInfo = NULL; in AcmSetup() local
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
Dcamera_common.h193 struct CtrlCapInfo ctrlInfo; member