Lines Matching refs:ctrlInfo
942 struct CtrlInfo *ctrlInfo = (struct CtrlInfo *)req->context;
943 if (ctrlInfo == NULL) {
946 struct UsbAcmDevice *acm = ctrlInfo->acm;
952 if (ctrlInfo->request == USB_DDK_CDC_REQ_SET_LINE_CODING) {
971 struct CtrlInfo *ctrlInfo = NULL;
978 ctrlInfo = (struct CtrlInfo *)OsalMemCalloc(sizeof(*ctrlInfo));
979 if (ctrlInfo == NULL) {
980 HDF_LOGE("%{public}s: Allocate ctrlInfo failed", __func__);
983 ctrlInfo->acm = acm;
990 req->context = ctrlInfo;
1107 struct CtrlInfo *ctrlInfo = NULL;
1144 ctrlInfo = (struct CtrlInfo *)req->context;
1145 ctrlInfo->request = setup->request;