Lines Matching defs:file
89 static int mwave_open(struct inode *inode, struct file *file);
90 static int mwave_close(struct inode *inode, struct file *file);
91 static long mwave_ioctl(struct file *filp, unsigned int iocmd,
96 static int mwave_open(struct inode *inode, struct file *file)
101 "mwavedd::mwave_open, entry inode %p file %p\n",
102 inode, file);
109 static int mwave_close(struct inode *inode, struct file *file)
114 "mwavedd::mwave_close, entry inode %p file %p\n",
115 inode, file);
123 static long mwave_ioctl(struct file *file, unsigned int iocmd,
131 "mwavedd::mwave_ioctl, entry file %p cmd %x arg %x\n",
132 file, iocmd, (int) ioarg);
414 static ssize_t mwave_read(struct file *file, char __user *buf, size_t count,
418 "mwavedd::mwave_read entry file %p, buf %p, count %zx ppos %p\n",
419 file, buf, count, ppos);
425 static ssize_t mwave_write(struct file *file, const char __user *buf,
429 "mwavedd::mwave_write entry file %p, buf %p,"
431 file, buf, count, ppos);
682 " Failed to create sysfs file %s\n",