Searched refs:debugfs_entry (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/mm/
H A Dshrinker_debug.c187 shrinker->debugfs_entry = entry;
216 if (shrinker->debugfs_entry) {
221 shrinker->debugfs_entry,
226 shrinker->debugfs_entry = entry;
240 struct dentry *entry = shrinker->debugfs_entry;
245 shrinker->debugfs_entry = NULL;
250 void shrinker_debugfs_remove(struct dentry *debugfs_entry, int debugfs_id) argument
252 debugfs_remove_recursive(debugfs_entry);
270 if (!shrinker->debugfs_entry) {
H A Dshrinker.c769 struct dentry *debugfs_entry = NULL; local
794 debugfs_entry = shrinker_debugfs_detach(shrinker, &debugfs_id);
804 if (debugfs_entry)
805 shrinker_debugfs_remove(debugfs_entry, debugfs_id);
H A Dinternal.h1347 extern void shrinker_debugfs_remove(struct dentry *debugfs_entry,
1368 static inline void shrinker_debugfs_remove(struct dentry *debugfs_entry, argument
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c329 debugfs_create_file(#name, 0444, hva->dbg.debugfs_entry, hva, \
339 hva->dbg.debugfs_entry = debugfs_create_dir(HVA_NAME, NULL);
349 debugfs_remove_recursive(hva->dbg.debugfs_entry);
350 hva->dbg.debugfs_entry = NULL;
382 ctx->dbg.debugfs_entry = debugfs_create_file(name, 0444,
383 hva->dbg.debugfs_entry,
395 debugfs_remove(ctx->dbg.debugfs_entry);
H A Dhva.h161 * @debugfs_entry: debugfs entry
186 struct dentry *debugfs_entry; member in struct:hva_ctx_dbg
287 * @debugfs_entry: debugfs entry
291 struct dentry *debugfs_entry; member in struct:hva_dev_dbg
/linux-master/include/linux/
H A Dshrinker.h114 struct dentry *debugfs_entry; member in struct:shrinker
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c532 connector->debugfs_entry = root;
556 if (!connector->debugfs_entry)
559 debugfs_remove_recursive(connector->debugfs_entry);
561 connector->debugfs_entry = NULL;
577 crtc->debugfs_entry = root;
584 debugfs_remove_recursive(crtc->debugfs_entry);
585 crtc->debugfs_entry = NULL;
633 encoder->debugfs_entry = root;
645 debugfs_remove_recursive(encoder->debugfs_entry);
646 encoder->debugfs_entry
[all...]
H A Ddrm_debugfs_crc.c375 crc_ent = debugfs_create_dir("crc", crtc->debugfs_entry);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_drrs.c393 debugfs_create_file("i915_drrs_status", 0444, crtc->base.debugfs_entry,
396 debugfs_create_file_unsafe("i915_drrs_ctl", 0644, crtc->base.debugfs_entry,
417 debugfs_create_file("i915_drrs_type", 0444, connector->base.debugfs_entry,
H A Dhsw_ips.c355 debugfs_create_file("i915_ips_false_color", 0644, crtc->base.debugfs_entry,
358 debugfs_create_file("i915_ips_status", 0444, crtc->base.debugfs_entry,
H A Dintel_display_debugfs.c540 debugfs_create_file("i915_update_info", 0644, crtc->base.debugfs_entry,
1603 struct dentry *root = connector->base.debugfs_entry;
1664 struct dentry *root = crtc->base.debugfs_entry;
/linux-master/drivers/gpu/drm/armada/
H A Darmada_debugfs.c96 debugfs_create_file("armada-regs", 0600, dcrtc->crtc.debugfs_entry,
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp.h146 * @debugfs_entry: debugfs
156 struct dentry *debugfs_entry; member in struct:bdisp_dbg
H A Dbdisp-debug.c631 debugfs_create_file(#name, S_IRUGO, bdisp->dbg.debugfs_entry, bdisp, \
645 bdisp->dbg.debugfs_entry = debugfs_create_dir(dirname, NULL);
656 debugfs_remove_recursive(bdisp->dbg.debugfs_entry);
657 bdisp->dbg.debugfs_entry = NULL;
/linux-master/include/drm/
H A Ddrm_encoder.h196 * @debugfs_entry:
200 struct dentry *debugfs_entry; member in struct:drm_encoder
H A Ddrm_crtc.h1131 * @debugfs_entry:
1135 struct dentry *debugfs_entry; member in struct:drm_crtc
H A Ddrm_connector.h1825 /** @debugfs_entry: debugfs directory for this connector */
1826 struct dentry *debugfs_entry; member in struct:drm_connector
/linux-master/drivers/edac/
H A Dthunderx_edac.c169 struct debugfs_entry { struct
217 static struct debugfs_entry debugfs_##_name = { \
457 static struct debugfs_entry *lmc_dfs_ents[] = {
467 struct debugfs_entry *attrs[],
1281 static struct debugfs_entry *ocx_dfs_ents[] = {
1922 static struct debugfs_entry *l2c_tad_dfs_ents[] = {
1928 static struct debugfs_entry *l2c_cbc_dfs_ents[] = {
1934 static struct debugfs_entry *l2c_mci_dfs_ents[] = {
1950 struct debugfs_entry **l2c_devattr;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.h259 * @debugfs_entry: debugfs entry for the firmware log
299 struct dentry *debugfs_entry; member in struct:fimc_is
H A Dfimc-is.c755 debugfs_remove_recursive(is->debugfs_entry);
756 is->debugfs_entry = NULL;
761 is->debugfs_entry = debugfs_create_dir("fimc_is", NULL);
763 debugfs_create_file("fw_log", S_IRUGO, is->debugfs_entry, is,
/linux-master/drivers/android/
H A Dbinder_internal.h389 * @debugfs_entry: debugfs node
429 struct dentry *debugfs_entry; member in struct:binder_proc
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.c712 if (!func || !crtc->debugfs_entry)
715 root = debugfs_create_dir("nv_crc", crtc->debugfs_entry);
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h284 struct dentry *debugfs_entry; member in struct:coda_ctx
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c689 crtc->debugfs_entry, minor);
692 debugfs_create_file("ops", 0644, crtc->debugfs_entry, lcrtc,
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c1965 static struct dentry *debugfs_entry; variable in typeref:struct:dentry
1969 debugfs_remove_recursive(debugfs_entry);
1970 debugfs_entry = NULL;
1975 debugfs_entry = debugfs_create_file(DEVICE_NAME, 0444, NULL,

Completed in 276 milliseconds

12