Lines Matching refs:dr
1022 struct UsbCdcNotification *dr = (struct UsbCdcNotification *)buf;
1024 switch (dr->bNotificationType) {
1026 HDF_LOGE("%{public}s - network connection: %{public}d", __func__, dr->wValue);
1033 __func__, dr->bNotificationType, dr->wIndex, dr->wLength);
1074 struct UsbCdcNotification *dr = (struct UsbCdcNotification *)req->buffer;
1075 if (dr == NULL) {
1076 HDF_LOGE("%{public}s:%{public}d req->buffer(dr) is NULL!", __func__, __LINE__);
1089 dr = (struct UsbCdcNotification *)acm->notificationBuffer;
1091 if (dr != NULL) {
1092 expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength);
1094 HDF_LOGE("%{public}s:%{public}d dr is NULL!", __func__, __LINE__);
1104 AcmProcessNotification(acm, (unsigned char *)dr);