Lines Matching defs:file
22 * @file: The file to write to.
27 static ssize_t testmode_write(struct file *file, const char __user *ubuf, size_t
30 struct seq_file *s = file->private_data;
60 * @s: The seq file to write to.
103 static int testmode_open(struct inode *inode, struct file *file)
105 return single_open(file, testmode_show, inode->i_private);
119 * @seq: The seq file to write to.
299 /* create general state file */
304 /* Create one file for each out endpoint */
312 /* Create one file for each in endpoint. EP0 is handled with out eps */