Lines Matching defs:file
43 static int spufs_attr_open(struct inode *inode, struct file *file, in spufs_attr_open()
63 static int spufs_attr_release(struct inode *inode, struct file *file) in spufs_attr_release()
69 static ssize_t spufs_attr_read(struct file *file, char __user *buf, in spufs_attr_read()
102 static ssize_t spufs_attr_write(struct file *file, const char __user *buf, in spufs_attr_write()
148 spufs_mem_open(struct inode *inode, struct file *file) in spufs_mem_open()
162 spufs_mem_release(struct inode *inode, struct file *file) in spufs_mem_release()
184 spufs_mem_read(struct file *file, char __user *buffer, in spufs_mem_read()
200 spufs_mem_write(struct file *file, const char __user *buffer, in spufs_mem_write()
282 static int spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mem_mmap()
372 static int spufs_cntl_mmap(struct file *file, struct vm_area_struct *vma) in spufs_cntl_mmap()
415 static int spufs_cntl_open(struct inode *inode, struct file *file) in spufs_cntl_open()
430 spufs_cntl_release(struct inode *inode, struct file *file) in spufs_cntl_release()
454 spufs_regs_open(struct inode *inode, struct file *file) in spufs_regs_open()
471 spufs_regs_read(struct file *file, char __user *buffer, in spufs_regs_read()
491 spufs_regs_write(struct file *file, const char __user *buffer, in spufs_regs_write()
529 spufs_fpcr_read(struct file *file, char __user * buffer, in spufs_fpcr_read()
544 spufs_fpcr_write(struct file *file, const char __user * buffer, in spufs_fpcr_write()
573 static int spufs_pipe_open(struct inode *inode, struct file *file) in spufs_pipe_open()
589 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()
755 static __poll_t spufs_ibox_poll(struct file *file, poll_table *wait) in spufs_ibox_poll()
780 static ssize_t spufs_ibox_stat_read(struct file *file, char __user *buf, in spufs_ibox_stat_read()
835 static ssize_t spufs_wbox_write(struct file *file, const char __user *buf, in spufs_wbox_write()
891 static __poll_t spufs_wbox_poll(struct file *file, poll_table *wait) in spufs_wbox_poll()
916 static ssize_t spufs_wbox_stat_read(struct file *file, char __user *buf, in spufs_wbox_stat_read()
944 static int spufs_signal1_open(struct inode *inode, struct file *file) in spufs_signal1_open()
958 spufs_signal1_release(struct inode *inode, struct file *file) in spufs_signal1_release()
994 static ssize_t spufs_signal1_read(struct file *file, char __user *buf, in spufs_signal1_read()
1009 static ssize_t spufs_signal1_write(struct file *file, const char __user *buf, in spufs_signal1_write()
1052 static int spufs_signal1_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal1_mmap()
1081 static int spufs_signal2_open(struct inode *inode, struct file *file) in spufs_signal2_open()
1095 spufs_signal2_release(struct inode *inode, struct file *file) in spufs_signal2_release()
1131 static ssize_t spufs_signal2_read(struct file *file, char __user *buf, in spufs_signal2_read()
1146 static ssize_t spufs_signal2_write(struct file *file, const char __user *buf, in spufs_signal2_write()
1190 static int spufs_signal2_mmap(struct file *file, struct vm_area_struct *vma) in spufs_signal2_mmap()
1313 static int spufs_mss_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mss_mmap()
1328 static int spufs_mss_open(struct inode *inode, struct file *file) in spufs_mss_open()
1343 spufs_mss_release(struct inode *inode, struct file *file) in spufs_mss_release()
1375 static int spufs_psmap_mmap(struct file *file, struct vm_area_struct *vma) in spufs_psmap_mmap()
1387 static int spufs_psmap_open(struct inode *inode, struct file *file) in spufs_psmap_open()
1401 spufs_psmap_release(struct inode *inode, struct file *file) in spufs_psmap_release()
1435 static int spufs_mfc_mmap(struct file *file, struct vm_area_struct *vma) in spufs_mfc_mmap()
1450 static int spufs_mfc_open(struct inode *inode, struct file *file) in spufs_mfc_open()
1471 spufs_mfc_release(struct inode *inode, struct file *file) in spufs_mfc_release()
1507 static ssize_t spufs_mfc_read(struct file *file, char __user *buffer, in spufs_mfc_read()
1633 static ssize_t spufs_mfc_write(struct file *file, const char __user *buffer, in spufs_mfc_write()
1683 static __poll_t spufs_mfc_poll(struct file *file,poll_table *wait) in spufs_mfc_poll()
1713 static int spufs_mfc_flush(struct file *file, fl_owner_t id) in spufs_mfc_flush()
1739 static int spufs_mfc_fsync(struct file *file, loff_t start, loff_t end, int datasync) in spufs_mfc_fsync()
1933 static int spufs_info_open(struct inode *inode, struct file *file) in spufs_info_open()
1952 static int spufs_caps_open(struct inode *inode, struct file *file) in spufs_caps_open()
1978 static ssize_t spufs_mbox_info_read(struct file *file, char __user *buf, in spufs_mbox_info_read()
2018 static ssize_t spufs_ibox_info_read(struct file *file, char __user *buf, in spufs_ibox_info_read()
2061 static ssize_t spufs_wbox_info_read(struct file *file, char __user *buf, in spufs_wbox_info_read()
2113 static ssize_t spufs_dma_info_read(struct file *file, char __user *buf, in spufs_dma_info_read()
2170 static ssize_t spufs_proxydma_info_read(struct file *file, char __user *buf, in spufs_proxydma_info_read()
2201 static int spufs_tid_open(struct inode *inode, struct file *file) in spufs_tid_open()
2291 static int spufs_stat_open(struct inode *inode, struct file *file) in spufs_stat_open()
2314 static int spufs_switch_log_open(struct inode *inode, struct file *file) in spufs_switch_log_open()
2345 static int spufs_switch_log_release(struct inode *inode, struct file *file) in spufs_switch_log_release()
2376 static ssize_t spufs_switch_log_read(struct file *file, char __user *buf, in spufs_switch_log_read()
2447 static __poll_t spufs_switch_log_poll(struct file *file, poll_table *wait) in spufs_switch_log_poll()
2544 static int spufs_ctx_open(struct inode *inode, struct file *file) in spufs_ctx_open()