Lines Matching defs:filp
109 struct file *filp; member
131 struct file *filp; member
359 rio_mport_create_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_outbound_mapping()
393 rio_mport_get_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_outbound_mapping()
425 static int rio_mport_obw_map(struct file *filp, void __user *arg) in rio_mport_obw_map()
459 static int rio_mport_obw_free(struct file *filp, void __user *arg) in rio_mport_obw_free()
537 struct file *filp; member
806 rio_dma_transfer(struct file *filp, u32 transfer_mode, in rio_dma_transfer()
961 static int rio_mport_transfer_ioctl(struct file *filp, void __user *arg) in rio_mport_transfer_ioctl()
1007 static int rio_mport_wait_for_async_dma(struct file *filp, void __user *arg) in rio_mport_wait_for_async_dma()
1085 static int rio_mport_create_dma_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_dma_mapping()
1114 static int rio_mport_alloc_dma(struct file *filp, void __user *arg) in rio_mport_alloc_dma()
1141 static int rio_mport_free_dma(struct file *filp, void __user *arg) in rio_mport_free_dma()
1172 static int rio_mport_transfer_ioctl(struct file *filp, void *arg) in rio_mport_transfer_ioctl()
1177 static int rio_mport_wait_for_async_dma(struct file *filp, void __user *arg) in rio_mport_wait_for_async_dma()
1182 static int rio_mport_alloc_dma(struct file *filp, void __user *arg) in rio_mport_alloc_dma()
1187 static int rio_mport_free_dma(struct file *filp, void __user *arg) in rio_mport_free_dma()
1198 rio_mport_create_inbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_inbound_mapping()
1248 rio_mport_get_inbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_inbound_mapping()
1282 static int rio_mport_map_inbound(struct file *filp, void __user *arg) in rio_mport_map_inbound()
1324 static int rio_mport_inbound_free(struct file *filp, void __user *arg) in rio_mport_inbound_free()
1873 static int mport_cdev_open(struct inode *inode, struct file *filp) in mport_cdev_open()
1934 static int mport_cdev_fasync(int fd, struct file *filp, int mode) in mport_cdev_fasync()
1942 static void mport_cdev_release_dma(struct file *filp) in mport_cdev_release_dma()
2006 static int mport_cdev_release(struct inode *inode, struct file *filp) in mport_cdev_release()
2062 static long mport_cdev_ioctl(struct file *filp, in mport_cdev_ioctl()
2192 static int mport_cdev_mmap(struct file *filp, struct vm_area_struct *vma) in mport_cdev_mmap()
2251 static __poll_t mport_cdev_poll(struct file *filp, poll_table *wait) in mport_cdev_poll()
2262 static ssize_t mport_read(struct file *filp, char __user *buf, size_t count, in mport_read()
2295 static ssize_t mport_write(struct file *filp, const char __user *buf, in mport_write()