Lines Matching full:testing
7 * Thermal subsystem testing facility.
12 * It resides in the "thermal-testing" directory under the debugfs root and
14 * representing a thermal testing facility command.
21 * # echo addtz > /sys/kernel/debug/thermal-testing/command
23 * That template will be represented as a subdirectory in the "thermal-testing"
26 * # ls /sys/kernel/debug/thermal-testing/
32 * # echo tzaddtrip:0 > /sys/kernel/debug/thermal-testing/command
35 * template 0 (represented by the tz0 subdirectory in "thermal-testing").
37 * # ls /sys/kernel/debug/thermal-testing/tz0
46 * writing to the "init_temp" file in its directory under "thermal-testing", for
49 * echo 50000 > /sys/kernel/debug/thermal-testing/tz0/init_temp
54 * # echo tzreg:0 > /sys/kernel/debug/thermal-testing/command
66 * "thermal-testing", for example
68 * echo 10000 > /sys/kernel/debug/thermal-testing/tz0/temp
77 * # echo deltz:0 > /sys/kernel/debug/thermal-testing/command
82 #define pr_fmt(fmt) "thermal-testing: " fmt
204 d_testing = debugfs_create_dir("thermal-testing", NULL); in thermal_testing_init()
220 MODULE_DESCRIPTION("Thermal core testing facility");