Lines Matching full:file
344 * @file: file handle to the watchdog
353 static ssize_t wdtpci_write(struct file *file, const char __user *buf,
378 * @file: file handle to the device
387 static long wdtpci_ioctl(struct file *file, unsigned int cmd,
440 * @file: file handle to device
449 static int wdtpci_open(struct inode *inode, struct file *file)
460 return stream_open(inode, file);
466 * @file: file handle to board
475 static int wdtpci_release(struct inode *inode, struct file *file)
490 * @file: file handle to the watchdog board
499 static ssize_t wdtpci_temp_read(struct file *file, char __user *buf,
516 * @file: file handle to device
521 static int wdtpci_temp_open(struct inode *inode, struct file *file)
523 return stream_open(inode, file);
529 * @file: file handle to board
534 static int wdtpci_temp_release(struct inode *inode, struct file *file)