Home
last modified time | relevance | path

Searched refs:hpsa_ioctl (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dhpsa.c201 static int hpsa_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
682 .ioctl = hpsa_ioctl,
4765 err = hpsa_ioctl(dev, CCISS_PASSTHRU, p); in hpsa_ioctl32_passthru()
4803 err = hpsa_ioctl(dev, CCISS_BIG_PASSTHRU, p); in hpsa_ioctl32_big_passthru()
4831 return hpsa_ioctl(dev, cmd, arg); in hpsa_compat_ioctl()
5131 static int hpsa_ioctl(struct scsi_device *dev, int cmd, void __user *arg) in hpsa_ioctl() function