Lines Matching refs:indicatorp
349 unsigned long *indicatorp = NULL;
366 indicatorp = ccw_device_dma_zalloc(vcdev->cdev,
368 if (!indicatorp)
370 *indicatorp = 0;
373 ccw->cda = (__u32)(unsigned long) indicatorp;
387 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev)));
660 unsigned long *indicatorp = NULL;
688 indicatorp = ccw_device_dma_zalloc(vcdev->cdev,
690 if (!indicatorp)
692 *indicatorp = (unsigned long) indicators(vcdev);
705 ccw->cda = (__u32)(unsigned long) indicatorp;
711 *indicatorp = (unsigned long) indicators2(vcdev);
716 ccw->cda = (__u32)(unsigned long) indicatorp;
721 if (indicatorp)
722 ccw_device_dma_free(vcdev->cdev, indicatorp,
727 if (indicatorp)
728 ccw_device_dma_free(vcdev->cdev, indicatorp,