Lines Matching defs:file

44 static int spufs_attr_open(struct inode *inode, struct file *file,  in spufs_attr_open()
64 static int spufs_attr_release(struct inode *inode, struct file *file) in spufs_attr_release()
70 static ssize_t spufs_attr_read(struct file *file, char __user *buf, in spufs_attr_read()
103 static ssize_t spufs_attr_write(struct file *file, const char __user *buf, in spufs_attr_write()
157 spufs_mem_open(struct inode *inode, struct file *file) in spufs_mem_open()
171 spufs_mem_release(struct inode *inode, struct file *file) in spufs_mem_release()
190 spufs_mem_read(struct file *file, char __user *buffer, in spufs_mem_read()
207 spufs_mem_write(struct file *file, const char __user *buffer, in spufs_mem_write()
289 static int spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mem_mmap()
379 static int spufs_cntl_mmap(struct file *file, struct vm_area_struct *vma) in spufs_cntl_mmap()
422 static int spufs_cntl_open(struct inode *inode, struct file *file) in spufs_cntl_open()
437 spufs_cntl_release(struct inode *inode, struct file *file) in spufs_cntl_release()
461 spufs_regs_open(struct inode *inode, struct file *file) in spufs_regs_open()
476 spufs_regs_read(struct file *file, char __user *buffer, in spufs_regs_read()
497 spufs_regs_write(struct file *file, const char __user *buffer, in spufs_regs_write()
533 spufs_fpcr_read(struct file *file, char __user * buffer, in spufs_fpcr_read()
549 spufs_fpcr_write(struct file *file, const char __user * buffer, in spufs_fpcr_write()
578 static int spufs_pipe_open(struct inode *inode, struct file *file) in spufs_pipe_open()
594 static ssize_t spufs_mbox_read(struct file *file, char __user *buf, in spufs_mbox_read()
640 static ssize_t spufs_mbox_stat_read(struct file *file, char __user *buf, in spufs_mbox_stat_read()
697 static ssize_t spufs_ibox_read(struct file *file, char __user *buf, in spufs_ibox_read()
750 static __poll_t spufs_ibox_poll(struct file *file, poll_table *wait) in spufs_ibox_poll()
775 static ssize_t spufs_ibox_stat_read(struct file *file, char __user *buf, in spufs_ibox_stat_read()
830 static ssize_t spufs_wbox_write(struct file *file, const char __user *buf, in spufs_wbox_write()
882 static __poll_t spufs_wbox_poll(struct file *file, poll_table *wait) in spufs_wbox_poll()
907 static ssize_t spufs_wbox_stat_read(struct file *file, char __user *buf, in spufs_wbox_stat_read()
935 static int spufs_signal1_open(struct inode *inode, struct file *file) in spufs_signal1_open()
949 spufs_signal1_release(struct inode *inode, struct file *file) in spufs_signal1_release()
983 static ssize_t spufs_signal1_read(struct file *file, char __user *buf, in spufs_signal1_read()
998 static ssize_t spufs_signal1_write(struct file *file, const char __user *buf, in spufs_signal1_write()
1041 static int spufs_signal1_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal1_mmap()
1070 static int spufs_signal2_open(struct inode *inode, struct file *file) in spufs_signal2_open()
1084 spufs_signal2_release(struct inode *inode, struct file *file) in spufs_signal2_release()
1118 static ssize_t spufs_signal2_read(struct file *file, char __user *buf, in spufs_signal2_read()
1133 static ssize_t spufs_signal2_write(struct file *file, const char __user *buf, in spufs_signal2_write()
1177 static int spufs_signal2_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal2_mmap()
1300 static int spufs_mss_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mss_mmap()
1315 static int spufs_mss_open(struct inode *inode, struct file *file) in spufs_mss_open()
1330 spufs_mss_release(struct inode *inode, struct file *file) in spufs_mss_release()
1362 static int spufs_psmap_mmap(struct file *file, struct vm_area_struct *vma) in spufs_psmap_mmap()
1374 static int spufs_psmap_open(struct inode *inode, struct file *file) in spufs_psmap_open()
1388 spufs_psmap_release(struct inode *inode, struct file *file) in spufs_psmap_release()
1422 static int spufs_mfc_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mfc_mmap()
1437 static int spufs_mfc_open(struct inode *inode, struct file *file) in spufs_mfc_open()
1458 spufs_mfc_release(struct inode *inode, struct file *file) in spufs_mfc_release()
1494 static ssize_t spufs_mfc_read(struct file *file, char __user *buffer, in spufs_mfc_read()
1620 static ssize_t spufs_mfc_write(struct file *file, const char __user *buffer, in spufs_mfc_write()
1670 static __poll_t spufs_mfc_poll(struct file *file,poll_table *wait) in spufs_mfc_poll()
1700 static int spufs_mfc_flush(struct file *file, fl_owner_t id) in spufs_mfc_flush()
1726 static int spufs_mfc_fsync(struct file *file, loff_t start, loff_t end, int datasync) in spufs_mfc_fsync()
1920 static int spufs_info_open(struct inode *inode, struct file *file) in spufs_info_open()
1939 static int spufs_caps_open(struct inode *inode, struct file *file) in spufs_caps_open()
1960 static ssize_t spufs_mbox_info_read(struct file *file, char __user *buf, in spufs_mbox_info_read()
1998 static ssize_t spufs_ibox_info_read(struct file *file, char __user *buf, in spufs_ibox_info_read()
2039 static ssize_t spufs_wbox_info_read(struct file *file, char __user *buf, in spufs_wbox_info_read()
2095 static ssize_t spufs_dma_info_read(struct file *file, char __user *buf, in spufs_dma_info_read()
2149 static ssize_t spufs_proxydma_info_read(struct file *file, char __user *buf, in spufs_proxydma_info_read()
2185 static int spufs_tid_open(struct inode *inode, struct file *file) in spufs_tid_open()
2275 static int spufs_stat_open(struct inode *inode, struct file *file) in spufs_stat_open()
2298 static int spufs_switch_log_open(struct inode *inode, struct file *file) in spufs_switch_log_open()
2329 static int spufs_switch_log_release(struct inode *inode, struct file *file) in spufs_switch_log_release()
2360 static ssize_t spufs_switch_log_read(struct file *file, char __user *buf, in spufs_switch_log_read()
2431 static __poll_t spufs_switch_log_poll(struct file *file, poll_table *wait) in spufs_switch_log_poll()
2528 static int spufs_ctx_open(struct inode *inode, struct file *file) in spufs_ctx_open()