Home
last modified time | relevance | path

Searched defs:filep (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v4.19/drivers/ntb/test/
Dntb_tool.c410 static ssize_t tool_port_read(struct file *filep, char __user *ubuf, in tool_port_read()
426 static ssize_t tool_peer_port_read(struct file *filep, char __user *ubuf, in tool_peer_port_read()
467 static ssize_t tool_link_write(struct file *filep, const char __user *ubuf, in tool_link_write()
493 static ssize_t tool_peer_link_read(struct file *filep, char __user *ubuf, in tool_peer_link_read()
514 static ssize_t tool_peer_link_event_write(struct file *filep, in tool_peer_link_event_write()
546 static ssize_t tool_mw_read(struct file *filep, char __user *ubuf, in tool_mw_read()
558 static ssize_t tool_mw_write(struct file *filep, const char __user *ubuf, in tool_mw_write()
642 static ssize_t tool_mw_trans_read(struct file *filep, char __user *ubuf, in tool_mw_trans_read()
704 static ssize_t tool_mw_trans_write(struct file *filep, const char __user *ubuf, in tool_mw_trans_write()
729 static ssize_t tool_peer_mw_read(struct file *filep, char __user *ubuf, in tool_peer_mw_read()
[all …]
Dntb_perf.c1145 static ssize_t perf_dbgfs_read_info(struct file *filep, char __user *ubuf, in perf_dbgfs_read_info()
1225 static ssize_t perf_dbgfs_read_run(struct file *filep, char __user *ubuf, in perf_dbgfs_read_run()
1247 static ssize_t perf_dbgfs_write_run(struct file *filep, const char __user *ubuf, in perf_dbgfs_write_run()
1276 static ssize_t perf_dbgfs_read_tcnt(struct file *filep, char __user *ubuf, in perf_dbgfs_read_tcnt()
1288 static ssize_t perf_dbgfs_write_tcnt(struct file *filep, in perf_dbgfs_write_tcnt()
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c103 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open()
134 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version()
253 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue()
450 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy()
502 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler()
534 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register()
588 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister()
626 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch()
726 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control()
810 static int kfd_ioctl_get_clock_counters(struct file *filep, in kfd_ioctl_get_clock_counters()
[all …]
Dkfd_process.c204 struct kfd_process *kfd_create_process(struct file *filep) in kfd_create_process()
445 static int kfd_process_init_cwsr_apu(struct kfd_process *p, struct file *filep) in kfd_process_init_cwsr_apu()
513 struct file *filep) in create_process()
/Linux-v4.19/drivers/isdn/mISDN/
Dtimerdev.c53 mISDN_open(struct inode *ino, struct file *filep) in mISDN_open()
73 mISDN_close(struct inode *ino, struct file *filep) in mISDN_close()
102 mISDN_read(struct file *filep, char __user *buf, size_t count, loff_t *off) in mISDN_read()
145 mISDN_poll(struct file *filep, poll_table *wait) in mISDN_poll()
226 mISDN_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mISDN_ioctl()
/Linux-v4.19/drivers/vfio/
Dvfio.c1171 static long vfio_fops_unl_ioctl(struct file *filep, in vfio_fops_unl_ioctl()
1204 static long vfio_fops_compat_ioctl(struct file *filep, in vfio_fops_compat_ioctl()
1212 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
1229 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1244 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1259 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1274 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1449 struct file *filep; in vfio_group_get_device_fd() local
1508 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1576 static long vfio_group_fops_compat_ioctl(struct file *filep, in vfio_group_fops_compat_ioctl()
[all …]
/Linux-v4.19/fs/nfs/
Dnfs42proc.c22 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate()
59 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate()
87 int nfs42_proc_allocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_allocate()
108 int nfs42_proc_deallocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_deallocate()
464 static loff_t _nfs42_proc_llseek(struct file *filep, in _nfs42_proc_llseek()
506 loff_t nfs42_proc_llseek(struct file *filep, loff_t offset, int whence) in nfs42_proc_llseek()
Dnfs4file.c147 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek()
163 static long nfs42_fallocate(struct file *filep, int mode, loff_t offset, loff_t len) in nfs42_fallocate()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_debugfs_crc.c150 static int crtc_crc_open(struct inode *inode, struct file *filep) in crtc_crc_open()
229 static int crtc_crc_release(struct inode *inode, struct file *filep) in crtc_crc_release()
251 static ssize_t crtc_crc_read(struct file *filep, char __user *user_buf, in crtc_crc_read()
/Linux-v4.19/kernel/
Dkcov.c271 static int kcov_mmap(struct file *filep, struct vm_area_struct *vma) in kcov_mmap()
307 static int kcov_open(struct inode *inode, struct file *filep) in kcov_open()
321 static int kcov_close(struct inode *inode, struct file *filep) in kcov_close()
420 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
/Linux-v4.19/drivers/uio/
Duio.c457 static int uio_open(struct inode *inode, struct file *filep) in uio_open()
516 static int uio_fasync(int fd, struct file *filep, int on) in uio_fasync()
524 static int uio_release(struct inode *inode, struct file *filep) in uio_release()
541 static __poll_t uio_poll(struct file *filep, poll_table *wait) in uio_poll()
561 static ssize_t uio_read(struct file *filep, char __user *buf, in uio_read()
616 static ssize_t uio_write(struct file *filep, const char __user *buf, in uio_write()
757 static int uio_mmap(struct file *filep, struct vm_area_struct *vma) in uio_mmap()
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_mm.c96 mraid_mm_open(struct inode *inode, struct file *filep) in mraid_mm_open()
114 mraid_mm_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mraid_mm_ioctl()
226 mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_unlocked_ioctl()
1244 mraid_mm_compat_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_compat_ioctl()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_attr.c102 qedf_sysfs_read_grcdump(struct file *filep, struct kobject *kobj, in qedf_sysfs_read_grcdump()
122 qedf_sysfs_write_grcdump(struct file *filep, struct kobject *kobj, in qedf_sysfs_write_grcdump()
/Linux-v4.19/drivers/isdn/divert/
Ddivert_procfs.c139 isdn_divert_open(struct inode *ino, struct file *filep) in isdn_divert_open()
158 isdn_divert_close(struct inode *ino, struct file *filep) in isdn_divert_close()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivamnt.c113 static int maint_open(struct inode *ino, struct file *filep) in maint_open()
130 static int maint_close(struct inode *ino, struct file *filep) in maint_close()
/Linux-v4.19/drivers/isdn/hysdn/
Dhysdn_procconf.c229 hysdn_conf_open(struct inode *ino, struct file *filep) in hysdn_conf_open()
304 hysdn_conf_close(struct inode *ino, struct file *filep) in hysdn_conf_close()
Dhysdn_proclog.c202 hysdn_log_open(struct inode *ino, struct file *filep) in hysdn_log_open()
238 hysdn_log_close(struct inode *ino, struct file *filep) in hysdn_log_close()
/Linux-v4.19/drivers/iio/
Dindustrialio-event.c98 static __poll_t iio_event_poll(struct file *filep, in iio_event_poll()
116 static ssize_t iio_event_chrdev_read(struct file *filep, in iio_event_chrdev_read()
168 static int iio_event_chrdev_release(struct inode *inode, struct file *filep) in iio_event_chrdev_release()
/Linux-v4.19/virt/kvm/
Dvfio.c38 static struct vfio_group *kvm_vfio_group_get_external_user(struct file *filep) in kvm_vfio_group_get_external_user()
55 struct file *filep) in kvm_vfio_external_group_match_file()
/Linux-v4.19/fs/cifs/
Dioctl.c121 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_debugfs.c20 static ssize_t debugfs_dim_read(struct file *filep, in debugfs_dim_read()
/Linux-v4.19/mm/
Dgup_benchmark.c64 static long gup_benchmark_ioctl(struct file *filep, unsigned int cmd, in gup_benchmark_ioctl()
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_attr.c13 qla4_8xxx_sysfs_read_fw_dump(struct file *filep, struct kobject *kobj, in qla4_8xxx_sysfs_read_fw_dump()
31 qla4_8xxx_sysfs_write_fw_dump(struct file *filep, struct kobject *kobj, in qla4_8xxx_sysfs_write_fw_dump()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c424 static long linehandle_ioctl(struct file *filep, unsigned int cmd, in linehandle_ioctl()
477 static long linehandle_ioctl_compat(struct file *filep, unsigned int cmd, in linehandle_ioctl_compat()
484 static int linehandle_release(struct inode *inode, struct file *filep) in linehandle_release()
689 static __poll_t lineevent_poll(struct file *filep, in lineevent_poll()
704 static ssize_t lineevent_read(struct file *filep, in lineevent_read()
749 static int lineevent_release(struct inode *inode, struct file *filep) in lineevent_release()
762 static long lineevent_ioctl(struct file *filep, unsigned int cmd, in lineevent_ioctl()
792 static long lineevent_ioctl_compat(struct file *filep, unsigned int cmd, in lineevent_ioctl_compat()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_debugfs.c113 static int fm10k_dbg_desc_open(struct inode *inode, struct file *filep) in fm10k_dbg_desc_open()

123