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

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

Completed in 58 milliseconds