Lines Matching defs:file
20 static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin)
22 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH);
25 static ssize_t eisa_eeprom_read(struct file * file,
52 static int eisa_eeprom_open(struct inode *inode, struct file *file)
54 if (file->f_mode & FMODE_WRITE)
60 static int eisa_eeprom_release(struct inode *inode, struct file *file)
66 * The various file operations we support.