Lines Matching defs:file
282 static int evdev_fasync(int fd, struct file *file, int on) in evdev_fasync()
289 static int evdev_flush(struct file *file, fl_owner_t id) in evdev_flush()
409 static int evdev_release(struct inode *inode, struct file *file) in evdev_release()
439 static int evdev_open(struct inode *inode, struct file *file) in evdev_open()
474 static ssize_t evdev_write(struct file *file, const char __user *buffer, in evdev_write()
529 static ssize_t evdev_read(struct file *file, char __user *buffer, in evdev_read()
581 static unsigned int evdev_poll(struct file *file, poll_table *wait) in evdev_poll()
845 struct file *file) in evdev_revoke()
855 static long evdev_do_ioctl(struct file *file, unsigned int cmd, in evdev_do_ioctl()
1057 static long evdev_ioctl_handler(struct file *file, unsigned int cmd, in evdev_ioctl_handler()
1080 static long evdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in evdev_ioctl()
1086 static long evdev_ioctl_compat(struct file *file, in evdev_ioctl_compat()