Lines Matching defs:file
107 static int at91_wdt_open(struct inode *inode, struct file *file)
113 return stream_open(inode, file);
121 static int at91_wdt_close(struct inode *inode, struct file *file)
123 /* Disable the watchdog when file is closed */
159 static long at91_wdt_ioctl(struct file *file,
203 static ssize_t at91_wdt_write(struct file *file, const char *data,