Home
last modified time | relevance | path

Searched defs:filep (Results 101 - 125 of 199) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_mm.c86 mraid_mm_open(struct inode *inode, struct file *filep) in mraid_mm_open() argument
103 mraid_mm_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mraid_mm_ioctl() argument
215 mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_unlocked_ioctl() argument
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c210 static int file_poll(struct file *filep, poll_table *wait) in file_poll() argument
224 struct file *filep = NULL; in fdesc_poll() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_gem.c777 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, in drm_gem_dma_resv_wait() argument
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-scom.c354 static ssize_t scom_read(struct file *filep, char __user *buf, size_t len, in scom_read() argument
383 static ssize_t scom_write(struct file *filep, const char __user *buf, in scom_write() argument
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_devintf.c718 static long compat_ipmi_ioctl(struct file *filep, unsigned int cmd, in compat_ipmi_ioctl() argument
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dsev-dev.c1071 int sev_issue_cmd_external_user(struct file *filep, unsigned int cmd, in sev_issue_cmd_external_user() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_gem.c762 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, in drm_gem_dma_resv_wait() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c977 static int radeon_ttm_vram_open(struct inode *inode, struct file *filep) in radeon_ttm_vram_open() argument
1029 static int radeon_ttm_gtt_open(struct inode *inode, struct file *filep) in radeon_ttm_gtt_open() argument
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/
H A Dvpif_display.c1036 static int vpif_log_status(struct file *filep, void *priv) in vpif_log_status() argument
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvfio.h260 vfio_container_from_file(struct file *filep) in vfio_container_from_file() argument
398 vfio_device_fops_cdev_open(struct inode *inode, struct file *filep) vfio_device_fops_cdev_open() argument
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H A Dfsl-mc-uapi.c470 static int fsl_mc_uapi_dev_open(struct inode *inode, struct file *filep) in fsl_mc_uapi_dev_open() argument
517 static int fsl_mc_uapi_dev_release(struct inode *inode, struct file *filep) in fsl_mc_uapi_dev_release() argument
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_devintf.c719 static long compat_ipmi_ioctl(struct file *filep, unsigned int cmd, in compat_ipmi_ioctl() argument
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-scom.c313 static ssize_t scom_read(struct file *filep, char __user *buf, size_t len, in scom_read() argument
342 static ssize_t scom_write(struct file *filep, const char __user *buf, in scom_write() argument
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dcdev.c362 static int idxd_cdev_release(struct inode *node, struct file *filep) in idxd_cdev_release() argument
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c1144 static long _hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg, in _hl_ioctl() argument
1207 long hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl() argument
1230 long hl_ioctl_control(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl_control() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem.c770 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, in drm_gem_dma_resv_wait() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c789 static int radeon_ttm_vram_open(struct inode *inode, struct file *filep) in radeon_ttm_vram_open() argument
841 static int radeon_ttm_gtt_open(struct inode *inode, struct file *filep) in radeon_ttm_gtt_open() argument
/kernel/liteos_a/fs/jffs2/src/
H A Dvfs_jffs2.c274 int VfsJffs2Close(struct file *filep) in VfsJffs2Close() argument
306 ssize_t VfsJffs2Read(struct file *filep, char *buffer, size_t bufLen) in VfsJffs2Read() argument
386 ssize_t VfsJffs2Write(struct file *filep, const char *buffer, size_t bufLen) in VfsJffs2Write() argument
482 VfsJffs2Seek(struct file *filep, off_t offset, int whence) VfsJffs2Seek() argument
518 VfsJffs2Ioctl(struct file *filep, int cmd, unsigned long arg) VfsJffs2Ioctl() argument
524 VfsJffs2Fsync(struct file *filep) VfsJffs2Fsync() argument
[all...]
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_force_umount.c235 static int ErrorFopOpen(struct file *filep) in ErrorFopOpen() argument
241 static int ErrorFopClose(struct file *filep) in ErrorFopClose() argument
248 static ssize_t ErrorFopRead(struct file *filep, char *buffer, size_t buflen) in ErrorFopRead() argument
256 static ssize_t ErrorFopWrite(struct file *filep, const char *buffer, size_t buflen) in ErrorFopWrite() argument
264 static off_t ErrorFopSeek(struct file *filep, off_t offset, int whence) in ErrorFopSeek() argument
272 ErrorFopIoctl(struct file *filep, int cmd, unsigned long arg) ErrorFopIoctl() argument
280 ErrorFopMmap(struct file* filep, struct VmMapRegion *region) ErrorFopMmap() argument
287 ErrorFopPoll(struct file *filep, poll_table *fds) ErrorFopPoll() argument
294 ErrorFopStat(struct file *filep, struct stat* st) ErrorFopStat() argument
301 ErrorFopFallocate(struct file* filep, int mode, off_t offset, off_t len) ErrorFopFallocate() argument
310 ErrorFopFallocate64(struct file *filep, int mode, off64_t offset, off64_t len) ErrorFopFallocate64() argument
319 ErrorFopFsync(struct file *filep) ErrorFopFsync() argument
325 ErrorFopReadpage(struct file *filep, char *buffer, size_t buflen) ErrorFopReadpage() argument
385 FilePreClose(struct file *filep, const struct file_operations_vfs *ops) FilePreClose() argument
400 struct file *filep = NULL; FileDisableAndClean() local
[all...]
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c465 static int VfsVfcntl(struct File *filep, int cmd, va_list ap) in VfsVfcntl() argument
1081 struct File *filep; in fstat() local
1097 struct File *filep = NULL; fcntl() local
[all...]
/kernel/linux/common_modules/newip/src/linux-5.10/drivers/net/bt/
H A Dbtdev.c406 static long bt_io_file_ioctl(struct file *filep, in bt_io_file_ioctl() argument
615 static long bt_mng_file_ioctl(struct file *filep, in bt_mng_file_ioctl() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c744 struct kfd_process *kfd_create_process(struct file *filep) in kfd_create_process() argument
1079 static int kfd_process_init_cwsr_apu(struct kfd_process *p, struct file *filep) in kfd_process_init_cwsr_apu() argument
H A Dkfd_chardev.c109 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open() argument
147 static int kfd_release(struct inode *inode, struct file *filep) in kfd_release() argument
157 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() argument
274 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() argument
469 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state() argument
487 kfd_ioctl_set_memory_policy(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_set_memory_policy() argument
539 kfd_ioctl_set_trap_handler(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_set_trap_handler() argument
571 kfd_ioctl_dbg_register(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_dbg_register() argument
625 kfd_ioctl_dbg_unregister(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_dbg_unregister() argument
663 kfd_ioctl_dbg_address_watch(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_dbg_address_watch() argument
763 kfd_ioctl_dbg_wave_control(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_dbg_wave_control() argument
847 kfd_ioctl_get_clock_counters(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_get_clock_counters() argument
1127 kfd_ioctl_set_scratch_backing_va(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_set_scratch_backing_va() argument
1163 kfd_ioctl_get_tile_config(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_get_tile_config() argument
1205 kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_acquire_vm() argument
1268 kfd_ioctl_alloc_memory_of_gpu(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_alloc_memory_of_gpu() argument
1359 kfd_ioctl_free_memory_of_gpu(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_free_memory_of_gpu() argument
1406 kfd_ioctl_map_memory_to_gpu(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_map_memory_to_gpu() argument
1516 kfd_ioctl_unmap_memory_from_gpu(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_unmap_memory_from_gpu() argument
1603 kfd_ioctl_alloc_queue_gws(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_alloc_queue_gws() argument
1642 kfd_ioctl_get_dmabuf_info(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_get_dmabuf_info() argument
1697 kfd_ioctl_import_dmabuf(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_import_dmabuf() argument
1754 kfd_ioctl_smi_events(struct file *filep, struct kfd_process *p, void *data) kfd_ioctl_smi_events() argument
1869 kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) kfd_ioctl() argument
[all...]
/kernel/linux/linux-5.10/drivers/misc/eeprom/
H A Didt_89hpesx.c934 static ssize_t idt_dbgfs_csr_write(struct file *filep, const char __user *ubuf, in idt_dbgfs_csr_write() argument
1032 static ssize_t idt_dbgfs_csr_read(struct file *filep, char __user *ubuf, in idt_dbgfs_csr_read() argument
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpif_capture.c1289 static int vpif_log_status(struct file *filep, void *priv) in vpif_log_status() argument

Completed in 37 milliseconds

12345678