Home
last modified time | relevance | path

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

123

/Linux-v5.10/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.c1181 static ssize_t perf_dbgfs_read_info(struct file *filep, char __user *ubuf, in perf_dbgfs_read_info()
1264 static ssize_t perf_dbgfs_read_run(struct file *filep, char __user *ubuf, in perf_dbgfs_read_run()
1286 static ssize_t perf_dbgfs_write_run(struct file *filep, const char __user *ubuf, in perf_dbgfs_write_run()
1315 static ssize_t perf_dbgfs_read_tcnt(struct file *filep, char __user *ubuf, in perf_dbgfs_read_tcnt()
1327 static ssize_t perf_dbgfs_write_tcnt(struct file *filep, in perf_dbgfs_write_tcnt()
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c109 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open()
147 static int kfd_release(struct inode *inode, struct file *filep) in kfd_release()
157 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version()
274 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue()
469 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state()
487 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy()
539 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler()
571 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register()
625 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister()
663 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch()
[all …]
Dkfd_smi_events.c60 static __poll_t kfd_smi_ev_poll(struct file *filep, in kfd_smi_ev_poll()
76 static ssize_t kfd_smi_ev_read(struct file *filep, char __user *user, in kfd_smi_ev_read()
120 static ssize_t kfd_smi_ev_write(struct file *filep, const char __user *user, in kfd_smi_ev_write()
136 static int kfd_smi_ev_release(struct inode *inode, struct file *filep) in kfd_smi_ev_release()
/Linux-v5.10/drivers/isdn/mISDN/
Dtimerdev.c44 mISDN_open(struct inode *ino, struct file *filep) in mISDN_open()
64 mISDN_close(struct inode *ino, struct file *filep) in mISDN_close()
93 mISDN_read(struct file *filep, char __user *buf, size_t count, loff_t *off) in mISDN_read()
136 mISDN_poll(struct file *filep, poll_table *wait) in mISDN_poll()
217 mISDN_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mISDN_ioctl()
/Linux-v5.10/drivers/misc/uacce/
Duacce.c63 static long uacce_fops_unl_ioctl(struct file *filep, in uacce_fops_unl_ioctl()
85 static long uacce_fops_compat_ioctl(struct file *filep, in uacce_fops_compat_ioctl()
125 static int uacce_fops_open(struct inode *inode, struct file *filep) in uacce_fops_open()
169 static int uacce_fops_release(struct inode *inode, struct file *filep) in uacce_fops_release()
198 static int uacce_fops_mmap(struct file *filep, struct vm_area_struct *vma) in uacce_fops_mmap()
/Linux-v5.10/drivers/vfio/
Dvfio.c1171 static long vfio_fops_unl_ioctl(struct file *filep, in vfio_fops_unl_ioctl()
1203 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
1220 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1235 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1250 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1265 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1438 struct file *filep; in vfio_group_get_device_fd() local
1497 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1564 static int vfio_group_fops_open(struct inode *inode, struct file *filep) in vfio_group_fops_open()
1601 static int vfio_group_fops_release(struct inode *inode, struct file *filep) in vfio_group_fops_release()
[all …]
/Linux-v5.10/fs/nfs/
Dnfs4file.c206 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek()
222 static long nfs42_fallocate(struct file *filep, int mode, loff_t offset, loff_t len) in nfs42_fallocate()
323 struct file *filep, *res; in __nfs42_ssc_open() local
403 static void __nfs42_ssc_close(struct file *filep) in __nfs42_ssc_close()
Dnfs42proc.c25 static void nfs42_set_netaddr(struct file *filep, struct nfs42_netaddr *naddr) in nfs42_set_netaddr()
44 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate()
84 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate()
112 int nfs42_proc_allocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_allocate()
133 int nfs42_proc_deallocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_deallocate()
618 static loff_t _nfs42_proc_llseek(struct file *filep, in _nfs42_proc_llseek()
663 loff_t nfs42_proc_llseek(struct file *filep, loff_t offset, int whence) in nfs42_proc_llseek()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_debugfs_crc.c195 static int crtc_crc_open(struct inode *inode, struct file *filep) in crtc_crc_open()
258 static int crtc_crc_release(struct inode *inode, struct file *filep) in crtc_crc_release()
284 static ssize_t crtc_crc_read(struct file *filep, char __user *user_buf, in crtc_crc_read()
/Linux-v5.10/drivers/uio/
Duio.c459 static int uio_open(struct inode *inode, struct file *filep) in uio_open()
518 static int uio_fasync(int fd, struct file *filep, int on) in uio_fasync()
526 static int uio_release(struct inode *inode, struct file *filep) in uio_release()
543 static __poll_t uio_poll(struct file *filep, poll_table *wait) in uio_poll()
563 static ssize_t uio_read(struct file *filep, char __user *buf, in uio_read()
618 static ssize_t uio_write(struct file *filep, const char __user *buf, in uio_write()
760 static int uio_mmap(struct file *filep, struct vm_area_struct *vma) in uio_mmap()
/Linux-v5.10/fs/cifs/
Dioctl.c38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info()
164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_attr.c99 qedf_sysfs_read_grcdump(struct file *filep, struct kobject *kobj, in qedf_sysfs_read_grcdump()
119 qedf_sysfs_write_grcdump(struct file *filep, struct kobject *kobj, in qedf_sysfs_write_grcdump()
/Linux-v5.10/arch/powerpc/kernel/
Dsecvar-sysfs.c60 static ssize_t data_read(struct file *filep, struct kobject *kobj, in data_read()
92 static ssize_t update_write(struct file *filep, struct kobject *kobj, in update_write()
/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_mm.c86 mraid_mm_open(struct inode *inode, struct file *filep) in mraid_mm_open()
103 mraid_mm_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mraid_mm_ioctl()
215 mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_unlocked_ioctl()
/Linux-v5.10/drivers/iio/
Dindustrialio-event.c97 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()
169 static int iio_event_chrdev_release(struct inode *inode, struct file *filep) in iio_event_chrdev_release()
/Linux-v5.10/virt/kvm/
Dvfio.c35 static struct vfio_group *kvm_vfio_group_get_external_user(struct file *filep) in kvm_vfio_group_get_external_user()
52 struct file *filep) in kvm_vfio_external_group_match_file()
/Linux-v5.10/drivers/misc/habanalabs/common/
Dhabanalabs_ioctl.c533 static long _hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg, in _hl_ioctl()
605 long hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl()
623 long hl_ioctl_control(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl_control()
/Linux-v5.10/include/linux/
Dnfs_ssc.h50 static inline void nfs42_ssc_close(struct file *filep) in nfs42_ssc_close()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_debugfs.c20 static ssize_t debugfs_dim_read(struct file *filep, in debugfs_dim_read()
/Linux-v5.10/kernel/
Dkcov.c456 static int kcov_mmap(struct file *filep, struct vm_area_struct *vma) in kcov_mmap()
493 static int kcov_open(struct inode *inode, struct file *filep) in kcov_open()
508 static int kcov_close(struct inode *inode, struct file *filep) in kcov_close()
685 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_attr.c12 qla4_8xxx_sysfs_read_fw_dump(struct file *filep, struct kobject *kobj, in qla4_8xxx_sysfs_read_fw_dump()
30 qla4_8xxx_sysfs_write_fw_dump(struct file *filep, struct kobject *kobj, in qla4_8xxx_sysfs_write_fw_dump()
/Linux-v5.10/mm/
Dgup_benchmark.c167 static long gup_benchmark_ioctl(struct file *filep, unsigned int cmd, in gup_benchmark_ioctl()
/Linux-v5.10/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()
/Linux-v5.10/drivers/vhost/
Dvdpa.c432 static long vhost_vdpa_unlocked_ioctl(struct file *filep, in vhost_vdpa_unlocked_ioctl()
851 static int vhost_vdpa_open(struct inode *inode, struct file *filep) in vhost_vdpa_open()
917 static int vhost_vdpa_release(struct inode *inode, struct file *filep) in vhost_vdpa_release()

123