Home
last modified time | relevance | path

Searched refs:inode (Results 1 - 25 of 135) sorted by relevance

123456

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_linux.c79 static int ump_file_open(struct inode *inode, struct file *filp);
80 static int ump_file_release(struct inode *inode, struct file *filp);
84 static int ump_file_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg);
243 static int ump_file_open(struct inode *inode, struct file *filp) in ump_file_open() argument
249 if (0 != MINOR(inode->i_rdev)) { in ump_file_open()
272 static int ump_file_release(struct inode *inod argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H A Ddrv_osal_init_linux.c112 static int symc_proc_open(struct inode *inode, struct file *file) in symc_proc_open() argument
114 crypto_unused(inode); in symc_proc_open()
151 static hi_s32 hi_cipher_open(struct inode *inode, struct file *file) in hi_cipher_open() argument
153 crypto_unused(inode); in hi_cipher_open()
202 static hi_s32 hi_cipher_release(struct inode *inode, struct file *file) in hi_cipher_release() argument
204 crypto_unused(inode); in hi_cipher_release()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_file.h384 int drm_open(struct inode *inode, struct file *filp);
386 int drm_release(struct inode *inode, struct file *filp);
387 int drm_release_noglobal(struct inode *inode, struct file *filp);
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_mmz_compat.h60 extern int mmz_userdev_ioctl_m(struct inode *inode, struct file *file, unsigned int cmd, struct mmb_info *pmi);
61 extern int mmz_userdev_ioctl_s(struct inode *inode, struct file *file, unsigned int cmd, struct sec_info *psi);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c32 static int kbasep_timeline_io_release(struct inode *inode, struct file *filp);
309 * @inode: Pointer to inode structure
314 static int kbasep_timeline_io_release(struct inode *inode, struct file *filp) in kbasep_timeline_io_release() argument
318 KBASE_DEBUG_ASSERT(inode); in kbasep_timeline_io_release()
322 CSTD_UNUSED(inode); in kbasep_timeline_io_release()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c35 static int kbasep_timeline_io_release(struct inode *inode, struct file *filp);
320 * @inode: Pointer to inode structure
325 static int kbasep_timeline_io_release(struct inode *inode, struct file *filp) in kbasep_timeline_io_release() argument
331 KBASE_DEBUG_ASSERT(inode); in kbasep_timeline_io_release()
335 CSTD_UNUSED(inode); in kbasep_timeline_io_release()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_chr.c72 static int hisi_release(struct inode *inode, struct file *file) in hisi_release() argument
95 static int hisi_open(struct inode *inode, struct file *file) in hisi_open() argument
/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c1281 * struct size_entry - inode size information for recovery.
1283 * @inum: inode number
1284 * @i_size: size on inode
1286 * @exists: indicates whether the inode exists
1287 * @inode: inode if pinned in memory awaiting rw mode to fix it
1295 struct inode *inode; member
1301 * @inum: inode number
1302 * @i_size: size on inode
1533 struct inode *inode; inode_fix_size() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_debugfs.c135 static int drm_debugfs_open(struct inode *inode, struct file *file) in drm_debugfs_open() argument
137 struct drm_info_node *node = inode->i_private; in drm_debugfs_open()
280 static int connector_open(struct inode *inode, struct file *file) in connector_open() argument
282 struct drm_connector *dev = inode->i_private; in connector_open()
330 static int edid_open(struct inode *inode, struct file *file) in edid_open() argument
332 struct drm_connector *dev = inode->i_private; in edid_open()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dhimedia.c45 static int himedia_open(struct inode *inode, struct file *file) in himedia_open() argument
47 int minor = iminor(inode); in himedia_open()
85 err = file->f_op->open(inode, file); in himedia_open()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
H A Dhimedia.c90 static int himedia_seq_open(struct inode *inode, struct file *file) in himedia_seq_open() argument
114 static int himedia_open(struct inode *inode, struct file *file) in himedia_open() argument
116 int minor = iminor(inode); in himedia_open()
141 err = file->f_op->open(inode, file); in himedia_open()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_debugger.c147 static int rga_debugfs_open(struct inode *inode, struct file *file) in rga_debugfs_open() argument
149 struct rga_debugger_node *node = inode->i_private; in rga_debugfs_open()
272 static int rga_procfs_open(struct inode *inode, struct file *file) in rga_procfs_open() argument
274 struct rga_debugger_node *node = PDE_DATA(inode); in rga_procfs_open()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c160 * simple_open() - Helper for file opening which stores the inode private data
162 * @inode: File entry representation
165 * Return: always 0; if inode private data do not exist, the file will not
168 static int simple_open(struct inode *inode, struct file *file) in simple_open() argument
170 if (inode->i_private) in simple_open()
171 file->private_data = inode->i_private; in simple_open()
281 * @inode: inode of the opened file
290 static int kutf_debugfs_run_open(struct inode *inod argument
410 kutf_debugfs_run_release(struct inode *inode, struct file *file) kutf_debugfs_run_release() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug_mem_view.c191 static int debug_mem_open(struct inode *i, struct file *file) in debug_mem_open()
258 static int debug_mem_release(struct inode *inode, struct file *file) in debug_mem_release() argument
260 struct file *kctx_file = inode->i_private; in debug_mem_release()
265 seq_release(inode, file); in debug_mem_release()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c202 static int debug_mem_open(struct inode *i, struct file *file) in debug_mem_open()
272 static int debug_mem_release(struct inode *inode, struct file *file) in debug_mem_release() argument
274 struct kbase_context *const kctx = inode->i_private; in debug_mem_release()
279 seq_release(inode, file); in debug_mem_release()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c201 static int debug_mem_open(struct inode *i, struct file *file) in debug_mem_open()
270 static int debug_mem_release(struct inode *inode, struct file *file) in debug_mem_release() argument
272 struct kbase_context *const kctx = inode->i_private; in debug_mem_release()
277 seq_release(inode, file); in debug_mem_release()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug_mem_view.c190 static int debug_mem_open(struct inode *i, struct file *file) in debug_mem_open()
257 static int debug_mem_release(struct inode *inode, struct file *file) in debug_mem_release() argument
259 struct file *kctx_file = inode->i_private; in debug_mem_release()
264 seq_release(inode, file); in debug_mem_release()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-heap.c120 static int dma_heap_open(struct inode *inode, struct file *file) in dma_heap_open() argument
124 heap = xa_load(&dma_heap_minors, iminor(inode)); in dma_heap_open()
126 pr_err("dma_heap: minor %d unknown.\n", iminor(inode)); in dma_heap_open()
132 nonseekable_open(inode, file); in dma_heap_open()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dprocfs.c77 static int ispp_open(struct inode *inode, struct file *file) in ispp_open() argument
79 struct rkispp_device *data = PDE_DATA(inode); in ispp_open()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dprocfs.c115 static int ispp_open(struct inode *inode, struct file *file) in ispp_open() argument
117 struct rkispp_device *data = PDE_DATA(inode); in ispp_open()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c82 static int open_copy_private_data(struct inode *inode, struct file *filp) in open_copy_private_data() argument
84 filp->private_data = inode->i_private; in open_copy_private_data()
578 static int mali_seq_internal_state_open(struct inode *inode, struct file *file) in mali_seq_internal_state_open() argument
846 static int profiling_events_open(struct inode *inode, struct file *file) in profiling_events_open() argument
866 static int profiling_events_human_readable_open(struct inode *inode, struct file *file) in profiling_events_human_readable_open() argument
898 static int memory_debugfs_open(struct inode *inod argument
1181 timeline_debugfs_open(struct inode *inode, struct file *file) timeline_debugfs_open() argument
[all...]
H A Dmali_kernel_linux.c178 static int mali_open(struct inode *inode, struct file *filp);
179 static int mali_release(struct inode *inode, struct file *filp);
846 static int mali_open(struct inode *inode, struct file *filp) in mali_open() argument
852 if (mali_miscdevice.minor != iminor(inode)) { in mali_open()
872 static int mali_release(struct inode *inode, struct file *filp) in mali_release() argument
877 if (mali_miscdevice.minor != iminor(inode)) { in mali_release()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c82 static int open_copy_private_data(struct inode *inode, struct file *filp) in open_copy_private_data() argument
84 filp->private_data = inode->i_private; in open_copy_private_data()
581 static int mali_seq_internal_state_open(struct inode *inode, struct file *file) in mali_seq_internal_state_open() argument
853 static int profiling_events_open(struct inode *inode, struct file *file) in profiling_events_open() argument
872 static int profiling_events_human_readable_open(struct inode *inode, struct file *file) in profiling_events_human_readable_open() argument
906 static int memory_debugfs_open(struct inode *inod argument
1188 timeline_debugfs_open(struct inode *inode, struct file *file) timeline_debugfs_open() argument
[all...]
H A Dmali_kernel_linux.c185 static int mali_open(struct inode *inode, struct file *filp);
186 static int mali_release(struct inode *inode, struct file *filp);
830 static int mali_open(struct inode *inode, struct file *filp) in mali_open() argument
836 if (mali_miscdevice.minor != iminor(inode)) { in mali_open()
858 static int mali_release(struct inode *inode, struct file *filp) in mali_release() argument
863 if (mali_miscdevice.minor != iminor(inode)) { in mali_release()
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc_dbg.c265 static int dmcinfo_proc_open(struct inode *inode, struct file *file) in dmcinfo_proc_open() argument
328 static int powersave_proc_open(struct inode *inode, struct file *file) in powersave_proc_open() argument
494 static int drvodt_proc_open(struct inode *inode, struct file *file) in drvodt_proc_open() argument
651 static int skew_proc_open(struct inode *inode, struct file *file) in skew_proc_open() argument
801 static int regsinfo_proc_open(struct inode *inode, struc argument
[all...]

Completed in 19 milliseconds

123456