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()
1008 static int rio_mport_wait_for_async_dma(struct file *filp, void __user *arg) in rio_mport_wait_for_async_dma()
1086 static int rio_mport_create_dma_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_dma_mapping()
1115 static int rio_mport_alloc_dma(struct file *filp, void __user *arg) in rio_mport_alloc_dma()
1142 static int rio_mport_free_dma(struct file *filp, void __user *arg) in rio_mport_free_dma()
1173 static int rio_mport_transfer_ioctl(struct file *filp, void *arg) in rio_mport_transfer_ioctl()
1178 static int rio_mport_wait_for_async_dma(struct file *filp, void __user *arg) in rio_mport_wait_for_async_dma()
1183 static int rio_mport_alloc_dma(struct file *filp, void __user *arg) in rio_mport_alloc_dma()
1188 static int rio_mport_free_dma(struct file *filp, void __user *arg) in rio_mport_free_dma()
1199 rio_mport_create_inbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_inbound_mapping()
1249 rio_mport_get_inbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_inbound_mapping()
1283 static int rio_mport_map_inbound(struct file *filp, void __user *arg) in rio_mport_map_inbound()
1325 static int rio_mport_inbound_free(struct file *filp, void __user *arg) in rio_mport_inbound_free()
1877 static int mport_cdev_open(struct inode *inode, struct file *filp) in mport_cdev_open()
1938 static int mport_cdev_fasync(int fd, struct file *filp, int mode) in mport_cdev_fasync()
1946 static void mport_cdev_release_dma(struct file *filp) in mport_cdev_release_dma()
2010 static int mport_cdev_release(struct inode *inode, struct file *filp) in mport_cdev_release()
2066 static long mport_cdev_ioctl(struct file *filp, in mport_cdev_ioctl()
2196 static int mport_cdev_mmap(struct file *filp, struct vm_area_struct *vma) in mport_cdev_mmap()
2255 static __poll_t mport_cdev_poll(struct file *filp, poll_table *wait) in mport_cdev_poll()
2266 static ssize_t mport_read(struct file *filp, char __user *buf, size_t count, in mport_read()
2299 static ssize_t mport_write(struct file *filp, const char __user *buf, in mport_write()