Lines Matching defs:file
22 #include <linux/fs.h> /* For file operations */
137 static int rc32434_wdt_open(struct inode *inode, struct file *file)
148 return stream_open(inode, file);
151 static int rc32434_wdt_release(struct inode *inode, struct file *file)
164 static ssize_t rc32434_wdt_write(struct file *file, const char *data,
188 static long rc32434_wdt_ioctl(struct file *file, unsigned int cmd,