Searched refs:OsalCdevIoctl (Results 1 – 2 of 2) sorted by relevance
180 static long OsalCdevIoctl(struct file* filep, unsigned int cmd, unsigned long arg) in OsalCdevIoctl() function204 fops->unlocked_ioctl = src->ioctl != NULL ? OsalCdevIoctl : NULL; in AssignFileOps()208 fops->compat_ioctl = src->ioctl != NULL ? OsalCdevIoctl : NULL; in AssignFileOps()
95 static int OsalCdevIoctl(struct file *filep, int cmd, unsigned long arg) in OsalCdevIoctl() function121 fops->ioctl = src->ioctl != NULL ? OsalCdevIoctl : NULL; in AssignFileOps()