Lines Matching defs:fp
94 static int ipath_get_base_info(struct file *fp, in ipath_get_base_info()
295 static int ipath_tid_update(struct ipath_portdata *pd, struct file *fp, in ipath_tid_update()
1250 static int ipath_mmap(struct file *fp, struct vm_area_struct *vma) in ipath_mmap()
1373 struct file *fp, in ipath_poll_urgent()
1402 struct file *fp, in ipath_poll_next()
1447 static unsigned int ipath_poll(struct file *fp, in ipath_poll()
1578 struct file *fp, in try_alloc_port()
1642 static int find_free_port(int unit, struct file *fp, in find_free_port()
1669 static int find_best_unit(struct file *fp, in find_best_unit()
1776 static int find_shared_port(struct file *fp, in find_shared_port()
1826 static int ipath_open(struct inode *in, struct file *fp) in ipath_open()
1834 static int ipath_assign_port(struct file *fp, in ipath_assign_port()
1903 static int ipath_do_user_init(struct file *fp, in ipath_do_user_init()
2047 static int ipath_close(struct inode *in, struct file *fp) in ipath_close()
2236 static ssize_t ipath_write(struct file *fp, const char __user *data, in ipath_write()
2424 struct ipath_filedata *fp = filp->private_data; in ipath_write_iter() local