Lines Matching full:protection
3 * Toshiba HDD Active Protection Sensor (HAPS) driver
17 MODULE_DESCRIPTION("Toshiba HDD Active Protection Sensor");
35 pr_err("Unable to reset the HDD protection\n"); in toshiba_haps_reset_protection()
48 pr_err("Error while setting the protection level\n"); in toshiba_haps_protection_level()
52 pr_debug("HDD protection level set to: %d\n", level); in toshiba_haps_protection_level()
110 /* Reset the protection interface */ in reset_protection_store()
161 pr_err("ACPI call to query HDD protection failed\n"); in toshiba_haps_available()
166 pr_info("HDD protection not available or using SSD\n"); in toshiba_haps_available()
184 pr_info("Toshiba HDD Active Protection Sensor device\n"); in toshiba_haps_add()
195 /* Set the protection level, currently at level 2 (Medium) */ in toshiba_haps_add()
217 /* Deactivate the protection on suspend */ in toshiba_haps_suspend()
230 /* Set the stored protection level */ in toshiba_haps_resume()
234 /* Reset the protection on resume */ in toshiba_haps_resume()