Lines Matching defs:file
214 static int ds1620_open(struct inode *inode, struct file *file)
216 return stream_open(inode, file);
220 ds1620_read(struct file *file, char __user *buf, size_t count, loff_t *ptr)
237 ds1620_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
322 ds1620_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
327 ret = ds1620_ioctl(file, cmd, arg);