Lines Matching defs:file
558 static int uhci_debug_open(struct inode *inode, struct file *file)
581 file->private_data = up;
586 static loff_t uhci_debug_lseek(struct file *file, loff_t off, int whence)
588 struct uhci_debug *up = file->private_data;
589 return no_seek_end_llseek_size(file, off, whence, up->size);
592 static ssize_t uhci_debug_read(struct file *file, char __user *buf,
595 struct uhci_debug *up = file->private_data;
599 static int uhci_debug_release(struct inode *inode, struct file *file)
601 struct uhci_debug *up = file->private_data;