Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c48 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg);
147 .unlocked_ioctl = dispatch_ioctl,
899 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg) in dispatch_ioctl() function
942 return dispatch_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in incfs_compat_ioctl()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c1612 static int dispatch_ioctl(struct client *client, in dispatch_ioctl() function
1646 return dispatch_ioctl(file->private_data, cmd, (void __user *)arg); in fw_device_op_ioctl()