Lines Matching refs:indicatorp
351 unsigned long *indicatorp = NULL;
368 indicatorp = ccw_device_dma_zalloc(vcdev->cdev,
370 if (!indicatorp)
372 *indicatorp = 0;
375 ccw->cda = (__u32)virt_to_phys(indicatorp);
389 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev)));
661 unsigned long *indicatorp = NULL;
689 indicatorp = ccw_device_dma_zalloc(vcdev->cdev,
691 if (!indicatorp)
693 *indicatorp = (unsigned long) indicators(vcdev);
706 ccw->cda = (__u32)virt_to_phys(indicatorp);
712 *indicatorp = (unsigned long) indicators2(vcdev);
717 ccw->cda = (__u32)virt_to_phys(indicatorp);
722 if (indicatorp)
723 ccw_device_dma_free(vcdev->cdev, indicatorp,
728 if (indicatorp)
729 ccw_device_dma_free(vcdev->cdev, indicatorp,