Searched refs:ptc_debugfs (Results 1 – 1 of 1) sorted by relevance
| /drivers/thermal/intel/int340x_thermal/ |
| A D | platform_temperature_control.c | 220 static struct dentry *ptc_debugfs; variable 266 ptc_debugfs = debugfs_create_dir("platform_temperature_control", NULL); in ptc_create_debugfs() 268 debugfs_create_file("temperature_0", 0200, ptc_debugfs, &ptc_instance[0], &ptc_fops); in ptc_create_debugfs() 269 debugfs_create_file("temperature_1", 0200, ptc_debugfs, &ptc_instance[1], &ptc_fops); in ptc_create_debugfs() 270 debugfs_create_file("temperature_2", 0200, ptc_debugfs, &ptc_instance[2], &ptc_fops); in ptc_create_debugfs() 275 debugfs_remove_recursive(ptc_debugfs); in ptc_delete_debugfs()
|
Completed in 4 milliseconds