Lines Matching defs:filp
109 struct file *filp; member
131 struct file *filp; member
361 rio_mport_create_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_outbound_mapping()
395 rio_mport_get_outbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_outbound_mapping()
427 static int rio_mport_obw_map(struct file *filp, void __user *arg) in rio_mport_obw_map()
461 static int rio_mport_obw_free(struct file *filp, void __user *arg) in rio_mport_obw_free()
539 struct file *filp; member
808 rio_dma_transfer(struct file *filp, u32 transfer_mode, in rio_dma_transfer()
963 static int rio_mport_transfer_ioctl(struct file *filp, void __user *arg) in rio_mport_transfer_ioctl()
1010 static int rio_mport_wait_for_async_dma(struct file *filp, void __user *arg) in rio_mport_wait_for_async_dma()
1088 static int rio_mport_create_dma_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_dma_mapping()
1117 static int rio_mport_alloc_dma(struct file *filp, void __user *arg) in rio_mport_alloc_dma()
1144 static int rio_mport_free_dma(struct file *filp, void __user *arg) in rio_mport_free_dma()
1175 static int rio_mport_transfer_ioctl(struct file *filp, void *arg) in rio_mport_transfer_ioctl()
1180 static int rio_mport_wait_for_async_dma(struct file *filp, void __user *arg) in rio_mport_wait_for_async_dma()
1185 static int rio_mport_alloc_dma(struct file *filp, void __user *arg) in rio_mport_alloc_dma()
1190 static int rio_mport_free_dma(struct file *filp, void __user *arg) in rio_mport_free_dma()
1201 rio_mport_create_inbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_create_inbound_mapping()
1251 rio_mport_get_inbound_mapping(struct mport_dev *md, struct file *filp, in rio_mport_get_inbound_mapping()
1285 static int rio_mport_map_inbound(struct file *filp, void __user *arg) in rio_mport_map_inbound()
1327 static int rio_mport_inbound_free(struct file *filp, void __user *arg) in rio_mport_inbound_free()
1879 static int mport_cdev_open(struct inode *inode, struct file *filp) in mport_cdev_open()
1940 static int mport_cdev_fasync(int fd, struct file *filp, int mode) in mport_cdev_fasync()
1948 static void mport_cdev_release_dma(struct file *filp) in mport_cdev_release_dma()
2012 static int mport_cdev_release(struct inode *inode, struct file *filp) in mport_cdev_release()
2068 static long mport_cdev_ioctl(struct file *filp, in mport_cdev_ioctl()
2198 static int mport_cdev_mmap(struct file *filp, struct vm_area_struct *vma) in mport_cdev_mmap()
2257 static __poll_t mport_cdev_poll(struct file *filp, poll_table *wait) in mport_cdev_poll()
2268 static ssize_t mport_read(struct file *filp, char __user *buf, size_t count, in mport_read()
2301 static ssize_t mport_write(struct file *filp, const char __user *buf, in mport_write()