Lines Matching defs:file

56 static int spufs_attr_open(struct inode *inode, struct file *file,  in spufs_attr_open()
76 static int spufs_attr_release(struct inode *inode, struct file *file) in spufs_attr_release()
82 static ssize_t spufs_attr_read(struct file *file, char __user *buf, in spufs_attr_read()
115 static ssize_t spufs_attr_write(struct file *file, const char __user *buf, in spufs_attr_write()
161 spufs_mem_open(struct inode *inode, struct file *file) in spufs_mem_open()
175 spufs_mem_release(struct inode *inode, struct file *file) in spufs_mem_release()
197 spufs_mem_read(struct file *file, char __user *buffer, in spufs_mem_read()
213 spufs_mem_write(struct file *file, const char __user *buffer, in spufs_mem_write()
295 static int spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mem_mmap()
385 static int spufs_cntl_mmap(struct file *file, struct vm_area_struct *vma) in spufs_cntl_mmap()
428 static int spufs_cntl_open(struct inode *inode, struct file *file) in spufs_cntl_open()
443 spufs_cntl_release(struct inode *inode, struct file *file) in spufs_cntl_release()
467 spufs_regs_open(struct inode *inode, struct file *file) in spufs_regs_open()
484 spufs_regs_read(struct file *file, char __user *buffer, in spufs_regs_read()
504 spufs_regs_write(struct file *file, const char __user *buffer, in spufs_regs_write()
542 spufs_fpcr_read(struct file *file, char __user * buffer, in spufs_fpcr_read()
557 spufs_fpcr_write(struct file *file, const char __user * buffer, in spufs_fpcr_write()
586 static int spufs_pipe_open(struct inode *inode, struct file *file) in spufs_pipe_open()
602 static ssize_t spufs_mbox_read(struct file *file, char __user *buf, in spufs_mbox_read()
653 static ssize_t spufs_mbox_stat_read(struct file *file, char __user *buf, in spufs_mbox_stat_read()
710 static ssize_t spufs_ibox_read(struct file *file, char __user *buf, in spufs_ibox_read()
768 static __poll_t spufs_ibox_poll(struct file *file, poll_table *wait) in spufs_ibox_poll()
793 static ssize_t spufs_ibox_stat_read(struct file *file, char __user *buf, in spufs_ibox_stat_read()
848 static ssize_t spufs_wbox_write(struct file *file, const char __user *buf, in spufs_wbox_write()
904 static __poll_t spufs_wbox_poll(struct file *file, poll_table *wait) in spufs_wbox_poll()
929 static ssize_t spufs_wbox_stat_read(struct file *file, char __user *buf, in spufs_wbox_stat_read()
957 static int spufs_signal1_open(struct inode *inode, struct file *file) in spufs_signal1_open()
971 spufs_signal1_release(struct inode *inode, struct file *file) in spufs_signal1_release()
1007 static ssize_t spufs_signal1_read(struct file *file, char __user *buf, in spufs_signal1_read()
1022 static ssize_t spufs_signal1_write(struct file *file, const char __user *buf, in spufs_signal1_write()
1065 static int spufs_signal1_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal1_mmap()
1094 static int spufs_signal2_open(struct inode *inode, struct file *file) in spufs_signal2_open()
1108 spufs_signal2_release(struct inode *inode, struct file *file) in spufs_signal2_release()
1144 static ssize_t spufs_signal2_read(struct file *file, char __user *buf, in spufs_signal2_read()
1159 static ssize_t spufs_signal2_write(struct file *file, const char __user *buf, in spufs_signal2_write()
1203 static int spufs_signal2_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal2_mmap()
1326 static int spufs_mss_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mss_mmap()
1341 static int spufs_mss_open(struct inode *inode, struct file *file) in spufs_mss_open()
1356 spufs_mss_release(struct inode *inode, struct file *file) in spufs_mss_release()
1388 static int spufs_psmap_mmap(struct file *file, struct vm_area_struct *vma) in spufs_psmap_mmap()
1400 static int spufs_psmap_open(struct inode *inode, struct file *file) in spufs_psmap_open()
1414 spufs_psmap_release(struct inode *inode, struct file *file) in spufs_psmap_release()
1448 static int spufs_mfc_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mfc_mmap()
1463 static int spufs_mfc_open(struct inode *inode, struct file *file) in spufs_mfc_open()
1484 spufs_mfc_release(struct inode *inode, struct file *file) in spufs_mfc_release()
1520 static ssize_t spufs_mfc_read(struct file *file, char __user *buffer, in spufs_mfc_read()
1646 static ssize_t spufs_mfc_write(struct file *file, const char __user *buffer, in spufs_mfc_write()
1696 static __poll_t spufs_mfc_poll(struct file *file,poll_table *wait) in spufs_mfc_poll()
1726 static int spufs_mfc_flush(struct file *file, fl_owner_t id) in spufs_mfc_flush()
1752 static int spufs_mfc_fsync(struct file *file, loff_t start, loff_t end, int datasync) in spufs_mfc_fsync()
1946 static int spufs_info_open(struct inode *inode, struct file *file) in spufs_info_open()
1965 static int spufs_caps_open(struct inode *inode, struct file *file) in spufs_caps_open()
1991 static ssize_t spufs_mbox_info_read(struct file *file, char __user *buf, in spufs_mbox_info_read()
2031 static ssize_t spufs_ibox_info_read(struct file *file, char __user *buf, in spufs_ibox_info_read()
2074 static ssize_t spufs_wbox_info_read(struct file *file, char __user *buf, in spufs_wbox_info_read()
2126 static ssize_t spufs_dma_info_read(struct file *file, char __user *buf, in spufs_dma_info_read()
2183 static ssize_t spufs_proxydma_info_read(struct file *file, char __user *buf, in spufs_proxydma_info_read()
2214 static int spufs_tid_open(struct inode *inode, struct file *file) in spufs_tid_open()
2304 static int spufs_stat_open(struct inode *inode, struct file *file) in spufs_stat_open()
2327 static int spufs_switch_log_open(struct inode *inode, struct file *file) in spufs_switch_log_open()
2359 static int spufs_switch_log_release(struct inode *inode, struct file *file) in spufs_switch_log_release()
2390 static ssize_t spufs_switch_log_read(struct file *file, char __user *buf, in spufs_switch_log_read()
2461 static __poll_t spufs_switch_log_poll(struct file *file, poll_table *wait) in spufs_switch_log_poll()
2558 static int spufs_ctx_open(struct inode *inode, struct file *file) in spufs_ctx_open()