Lines Matching defs:file
266 * @file: file handle to device
270 static int pc87413_open(struct inode *inode, struct file *file)
285 return stream_open(inode, file);
291 * @file: file handle to board
300 static int pc87413_release(struct inode *inode, struct file *file)
330 * @file: file handle to the watchdog
339 static ssize_t pc87413_write(struct file *file, const char __user *data,
369 * @file: file handle to the device
378 static long pc87413_ioctl(struct file *file, unsigned int cmd,
549 * Unload the watchdog. You cannot do this with any file handles open.