Lines Matching defs:rev
1237 struct virtio_rev_info *rev;1244 rev = ccw_device_dma_zalloc(vcdev->cdev, sizeof(*rev));1245 if (!rev) {1253 ccw->count = sizeof(*rev);1254 ccw->cda = (__u32)(unsigned long)rev;1258 rev->revision = vcdev->revision;1260 rev->length = 0;1277 ccw_device_dma_free(vcdev->cdev, rev, sizeof(*rev));