Home
last modified time | relevance | path

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

123

/Linux-v5.4/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.c1150 static ssize_t perf_dbgfs_read_info(struct file *filep, char __user *ubuf, in perf_dbgfs_read_info()
1230 static ssize_t perf_dbgfs_read_run(struct file *filep, char __user *ubuf, in perf_dbgfs_read_run()
1252 static ssize_t perf_dbgfs_write_run(struct file *filep, const char __user *ubuf, in perf_dbgfs_write_run()
1281 static ssize_t perf_dbgfs_read_tcnt(struct file *filep, char __user *ubuf, in perf_dbgfs_read_tcnt()
1293 static ssize_t perf_dbgfs_write_tcnt(struct file *filep, in perf_dbgfs_write_tcnt()
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c105 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open()
136 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version()
252 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue()
448 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state()
466 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy()
518 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler()
550 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register()
604 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister()
642 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch()
742 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control()
[all …]
/Linux-v5.4/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.4/drivers/vfio/
Dvfio.c1155 static long vfio_fops_unl_ioctl(struct file *filep, in vfio_fops_unl_ioctl()
1188 static long vfio_fops_compat_ioctl(struct file *filep, in vfio_fops_compat_ioctl()
1196 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
1213 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1228 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1243 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1258 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1433 struct file *filep; in vfio_group_get_device_fd() local
1492 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1560 static long vfio_group_fops_compat_ioctl(struct file *filep, in vfio_group_fops_compat_ioctl()
[all …]
/Linux-v5.4/kernel/
Dkcov.c272 static int kcov_mmap(struct file *filep, struct vm_area_struct *vma) in kcov_mmap()
308 static int kcov_open(struct inode *inode, struct file *filep) in kcov_open()
322 static int kcov_close(struct inode *inode, struct file *filep) in kcov_close()
421 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
/Linux-v5.4/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.4/drivers/gpu/drm/
Ddrm_debugfs_crc.c193 static int crtc_crc_open(struct inode *inode, struct file *filep) in crtc_crc_open()
256 static int crtc_crc_release(struct inode *inode, struct file *filep) in crtc_crc_release()
277 static ssize_t crtc_crc_read(struct file *filep, char __user *user_buf, in crtc_crc_read()
/Linux-v5.4/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.4/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()
462 static loff_t _nfs42_proc_llseek(struct file *filep, in _nfs42_proc_llseek()
504 loff_t nfs42_proc_llseek(struct file *filep, loff_t offset, int whence) in nfs42_proc_llseek()
Dnfs4file.c160 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek()
176 static long nfs42_fallocate(struct file *filep, int mode, loff_t offset, loff_t len) in nfs42_fallocate()
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_mm.c92 mraid_mm_open(struct inode *inode, struct file *filep) in mraid_mm_open()
110 mraid_mm_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mraid_mm_ioctl()
222 mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_unlocked_ioctl()
1239 mraid_mm_compat_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_compat_ioctl()
/Linux-v5.4/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.4/drivers/misc/habanalabs/
Dhabanalabs_ioctl.c351 static long _hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg, in _hl_ioctl()
424 long hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl()
442 long hl_ioctl_control(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl_control()
/Linux-v5.4/drivers/staging/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-v5.4/drivers/iio/
Dindustrialio-event.c95 static __poll_t iio_event_poll(struct file *filep, in iio_event_poll()
113 static ssize_t iio_event_chrdev_read(struct file *filep, in iio_event_chrdev_read()
165 static int iio_event_chrdev_release(struct inode *inode, struct file *filep) in iio_event_chrdev_release()
/Linux-v5.4/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.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_debugfs.c20 static ssize_t debugfs_dim_read(struct file *filep, in debugfs_dim_read()
/Linux-v5.4/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-v5.4/mm/
Dgup_benchmark.c91 static long gup_benchmark_ioctl(struct file *filep, unsigned int cmd, in gup_benchmark_ioctl()
/Linux-v5.4/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.4/drivers/gpio/
Dgpiolib.c428 static long linehandle_ioctl(struct file *filep, unsigned int cmd, in linehandle_ioctl()
483 static long linehandle_ioctl_compat(struct file *filep, unsigned int cmd, in linehandle_ioctl_compat()
490 static int linehandle_release(struct inode *inode, struct file *filep) in linehandle_release()
703 static __poll_t lineevent_poll(struct file *filep, in lineevent_poll()
718 static ssize_t lineevent_read(struct file *filep, in lineevent_read()
763 static int lineevent_release(struct inode *inode, struct file *filep) in lineevent_release()
776 static long lineevent_ioctl(struct file *filep, unsigned int cmd, in lineevent_ioctl()
806 static long lineevent_ioctl_compat(struct file *filep, unsigned int cmd, in lineevent_ioctl_compat()
/Linux-v5.4/drivers/soc/qcom/
Drmtfs_mem.c132 static int qcom_rmtfs_mem_mmap(struct file *filep, struct vm_area_struct *vma) in qcom_rmtfs_mem_mmap()
/Linux-v5.4/drivers/char/
Dnwflash.c96 static long flash_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in flash_ioctl()

123