Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vme/devices/
Dvme_user.c138 static long vme_user_unlocked_ioctl(struct file *, unsigned int, unsigned long);
154 .unlocked_ioctl = vme_user_unlocked_ioctl,
155 .compat_ioctl = vme_user_unlocked_ioctl,
576 vme_user_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in vme_user_unlocked_ioctl() function