Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c11644 static struct dentry *tpacpi_dbg; variable
11647 tpacpi_dbg = debugfs_create_dir("tpacpi", NULL); in tpacpi_debugfs_init()
11650 debugfs_create_file("hwdd-raw", 0444, tpacpi_dbg, NULL, &hwdd_raw_fops); in tpacpi_debugfs_init()
11655 debugfs_remove_recursive(tpacpi_dbg); in tpacpi_debugfs_remove()
12226 if (tpacpi_dbg) in thinkpad_acpi_module_exit()