Lines Matching defs:file
358 hwicap_read(struct file *file, char __user *buf, size_t count, loff_t *ppos)
360 struct hwicap_drvdata *drvdata = file->private_data;
443 hwicap_write(struct file *file, const char __user *buf,
446 struct hwicap_drvdata *drvdata = file->private_data;
531 static int hwicap_open(struct inode *inode, struct file *file)
550 dev_err(drvdata->dev, "Failed to open file");
554 file->private_data = drvdata;
566 static int hwicap_release(struct inode *inode, struct file *file)
568 struct hwicap_drvdata *drvdata = file->private_data;