Home
last modified time | relevance | path

Searched refs:acpi_debugfs_dir (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/acpi/
Ddebugfs.c15 struct dentry *acpi_debugfs_dir; variable
16 EXPORT_SYMBOL_GPL(acpi_debugfs_dir);
20 acpi_debugfs_dir = debugfs_create_dir("acpi", NULL); in acpi_debugfs_init()
Dcustom_method.c82 if (acpi_debugfs_dir == NULL) in acpi_custom_method_init()
86 acpi_debugfs_dir, NULL, &cm_fops); in acpi_custom_method_init()
Dinternal.h75 extern struct dentry *acpi_debugfs_dir;
Dacpi_dbg.c755 if (!acpi_debugfs_dir) { in acpi_aml_init()
767 acpi_debugfs_dir, NULL, in acpi_aml_init()