Lines Matching defs:file
71 static int occ_open(struct inode *inode, struct file *file)
74 struct miscdevice *mdev = file->private_data;
88 file->private_data = client;
97 static ssize_t occ_read(struct file *file, char __user *buf, size_t len,
100 struct occ_client *client = file->private_data;
130 static ssize_t occ_write(struct file *file, const char __user *buf,
133 struct occ_client *client = file->private_data;
199 static int occ_release(struct inode *inode, struct file *file)
201 struct occ_client *client = file->private_data;