Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dcustom_method.c18 static struct dentry *cm_dentry; variable
85 cm_dentry = debugfs_create_file("custom_method", S_IWUSR, in acpi_custom_method_init()
87 if (cm_dentry == NULL) in acpi_custom_method_init()
95 if (cm_dentry) in acpi_custom_method_exit()
96 debugfs_remove(cm_dentry); in acpi_custom_method_exit()