Home
last modified time | relevance | path

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

/linux-4.4.14/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.h69 extern struct dentry *acpi_debugfs_dir;