Home
last modified time | relevance | path

Searched refs:dentry (Results 1 - 25 of 98) sorted by relevance

1234

/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Ddebugfs.c19 static struct dentry *rootdir;
32 debugfs_remove_recursive(opp->dentry); in opp_debug_remove_one()
52 static void opp_debug_create_bw(struct dev_pm_opp *opp, struct opp_table *opp_table, struct dentry *pdentry) in opp_debug_create_bw()
54 struct dentry *d; in opp_debug_create_bw()
70 static void opp_debug_create_supplies(struct dev_pm_opp *opp, struct opp_table *opp_table, struct dentry *pdentry) in opp_debug_create_supplies()
72 struct dentry *d; in opp_debug_create_supplies()
95 struct dentry *pdentry = opp_table->dentry; in opp_debug_create_one()
96 struct dentry *d; in opp_debug_create_one()
128 opp->dentry in opp_debug_create_one()
177 struct dentry *dentry; opp_migrate_dentry() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dopp.h69 * @dentry: debugfs dentry pointer (per opp)
96 struct dentry *dentry; member
104 * @dentry: debugfs dentry pointer (per device)
114 struct dentry *dentry; member
159 * @dentry: debugfs dentry pointe
208 struct dentry *dentry; global() member
[all...]
H A Drockchip_pvtm.c80 struct dentry *dentry; member
86 static struct dentry *rockchip_pvtm_debugfs_root;
147 struct dentry *d; in rockchip_pvtm_add_debugfs()
152 pvtm->dentry = debugfs_create_dir(pvtm->info->name, in rockchip_pvtm_add_debugfs()
154 if (!pvtm->dentry) { in rockchip_pvtm_add_debugfs()
160 d = debugfs_create_file("value", 0444, pvtm->dentry, in rockchip_pvtm_add_debugfs()
165 debugfs_remove_recursive(pvtm->dentry); in rockchip_pvtm_add_debugfs()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_debugger.h27 struct dentry *debugfs_dir;
79 struct dentry *dent;
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.h53 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root);
56 static inline int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer()
H A Drockchip_drm_debugfs.c194 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer()
196 struct dentry *vop_dump_root; in rockchip_drm_add_dump_buffer()
197 struct dentry *ent; in rockchip_drm_add_dump_buffer()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.h56 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root);
60 rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer()
/device/soc/rockchip/rk3588/kernel/include/drm/
H A Drockchip_drm_debugfs.h56 int rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root);
60 rockchip_drm_add_dump_buffer(struct drm_crtc *crtc, struct dentry *root) in rockchip_drm_add_dump_buffer()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_debugger.h33 struct dentry *debugfs_dir;
86 struct dentry *dent;
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Denergy_model.c33 static struct dentry *rootdir;
35 static void em_debug_create_ps(struct em_perf_state *ps, struct dentry *pd) in em_debug_create_ps()
37 struct dentry *d; in em_debug_create_ps()
70 struct dentry *d; in em_debug_create_pd()
90 struct dentry *debug_dir; in em_debug_remove_pd()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c63 static struct dentry *mali_debugfs_dir = NULL;
1006 struct dentry *mali_user_settings_dir = debugfs_create_dir("userspace_settings", mali_debugfs_dir); in mali_sysfs_user_settings_register()
1204 struct dentry *mali_power_dir; in mali_sysfs_register()
1205 struct dentry *mali_gp_dir; in mali_sysfs_register()
1206 struct dentry *mali_pp_dir; in mali_sysfs_register()
1207 struct dentry *mali_l2_dir; in mali_sysfs_register()
1208 struct dentry *mali_profiling_dir; in mali_sysfs_register()
1229 struct dentry *mali_gp_gpx_dir; in mali_sysfs_register()
1257 struct dentry *mali_pp_ppx_dir; in mali_sysfs_register()
1272 struct dentry *mali_l2_all_di in mali_sysfs_register()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c63 static struct dentry *mali_debugfs_dir = NULL;
1013 struct dentry *mali_user_settings_dir = debugfs_create_dir("userspace_settings", mali_debugfs_dir); in mali_sysfs_user_settings_register()
1209 struct dentry *mali_power_dir; in mali_sysfs_register()
1210 struct dentry *mali_gp_dir; in mali_sysfs_register()
1211 struct dentry *mali_pp_dir; in mali_sysfs_register()
1212 struct dentry *mali_l2_dir; in mali_sysfs_register()
1213 struct dentry *mali_profiling_dir; in mali_sysfs_register()
1234 struct dentry *mali_gp_gpx_dir; in mali_sysfs_register()
1262 struct dentry *mali_pp_ppx_dir; in mali_sysfs_register()
1278 struct dentry *mali_l2_all_di in mali_sysfs_register()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/
H A Dblackbox_storage.c74 struct dentry *root_dentry; in is_pstore_part_ready()
75 struct dentry *cur_dentry; in is_pstore_part_ready()
96 root_dentry = filp->f_path.dentry; in is_pstore_part_ready()
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dpinconf.h74 void pinconf_init_device_debugfs(struct dentry *devroot,
89 static inline void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c47 struct dentry *dir;
72 struct dentry *dir;
87 struct dentry *dir;
90 struct dentry *base_dir;
440 struct dentry *tmp; in create_fixture_variant()
510 struct dentry *tmp; in kutf_add_test_with_filters_and_data()
642 struct dentry *tmp; in kutf_create_suite_with_filters_and_data()
750 struct dentry *tmp; in kutf_create_application()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_internal.h34 struct dentry;
196 struct dentry *root);
205 struct dentry *root) in drm_debugfs_init()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/
H A Ddrm_internal.h34 struct dentry;
196 struct dentry *root);
205 struct dentry *root) in drm_debugfs_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_pool_debugfs.h23 * @parent: Parent debugfs dentry
30 void kbase_mem_pool_debugfs_init(struct dentry *parent, struct kbase_mem_pool *pool);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_pool_debugfs.h25 * @parent: Parent debugfs dentry
32 void kbase_mem_pool_debugfs_init(struct dentry *parent,
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c67 static char *dmabuffs_dname(struct dentry *dentry, char *buffer, int buflen) in dmabuffs_dname() argument
73 dmabuf = dentry->d_fsdata; in dmabuffs_dname()
80 return dynamic_dname(dentry, buffer, buflen, "/%s:%s", dentry->d_name.name, ret > 0 ? name : ""); in dmabuffs_dname()
83 static void dma_buf_release(struct dentry *dentry) in dma_buf_release() argument
87 dmabuf = dentry->d_fsdata; in dma_buf_release()
563 file->f_path.dentry->d_fsdata = dmabuf; in dma_buf_getfile()
700 * Set file->f_path.dentry in dma_buf_export()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_debugfs.c33 * @data: The debugfs dentry private data, a pointer to kbase_context
73 * @data: The debugfs dentry private data, a pointer to kbase_context
119 struct dentry *file; in kbase_csf_tiler_heap_debugfs_init()
135 struct dentry *file; in kbase_csf_tiler_heap_total_debugfs_init()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_pvtm.c75 struct dentry *dentry; member
81 static struct dentry *rockchip_pvtm_debugfs_root;
143 struct dentry *d; in rockchip_pvtm_add_debugfs()
149 pvtm->dentry = debugfs_create_dir(pvtm->info->name, rockchip_pvtm_debugfs_root); in rockchip_pvtm_add_debugfs()
150 if (!pvtm->dentry) { in rockchip_pvtm_add_debugfs()
155 d = debugfs_create_file("value", FILE_RIGHT, pvtm->dentry, (void *)pvtm, &pvtm_value_fops); in rockchip_pvtm_add_debugfs()
158 debugfs_remove_recursive(pvtm->dentry); in rockchip_pvtm_add_debugfs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c53 struct dentry *dir;
78 struct dentry *dir;
93 struct dentry *dir;
96 static struct dentry *base_dir;
570 struct dentry *tmp; in create_fixture_variant()
657 struct dentry *tmp; in kutf_add_test_with_filters_and_data()
799 struct dentry *tmp; in kutf_create_suite_with_filters_and_data()
907 struct dentry *tmp; in kutf_create_application()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool_debugfs.h30 * @parent: Parent debugfs dentry
39 void kbase_mem_pool_debugfs_init(struct dentry *parent, struct kbase_context *kctx);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool_debugfs.h29 * @parent: Parent debugfs dentry
38 void kbase_mem_pool_debugfs_init(struct dentry *parent,

Completed in 17 milliseconds

1234