Lines Matching full:protection
2 * Toshiba HDD Active Protection Sensor (HAPS) driver
27 MODULE_DESCRIPTION("Toshiba HDD Active Protection Sensor");
45 pr_err("Unable to reset the HDD protection\n"); in toshiba_haps_reset_protection()
58 pr_err("Error while setting the protection level\n"); in toshiba_haps_protection_level()
62 pr_debug("HDD protection level set to: %d\n", level); in toshiba_haps_protection_level()
120 /* Reset the protection interface */ in reset_protection_store()
173 pr_err("ACPI call to query HDD protection failed\n"); in toshiba_haps_available()
178 pr_info("HDD protection not available or using SSD\n"); in toshiba_haps_available()
196 pr_info("Toshiba HDD Active Protection Sensor device\n"); in toshiba_haps_add()
207 /* Set the protection level, currently at level 2 (Medium) */ in toshiba_haps_add()
229 /* Deactivate the protection on suspend */ in toshiba_haps_suspend()
242 /* Set the stored protection level */ in toshiba_haps_resume()
246 /* Reset the protection on resume */ in toshiba_haps_resume()