Lines Matching refs:hardreset
76 * hardreset. All others are hardreset if available. In most cases
2558 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset)
2584 hardreset = NULL;
2624 /* prefer hardreset */
2627 if (hardreset) {
2628 reset = hardreset;
2705 if (reset == hardreset) {
2714 if (reset == hardreset)
2723 /* hardreset slave link if existent */
2724 if (slave && reset == hardreset) {
2750 if (reset == hardreset &&
2946 if (hardreset)
2947 reset = hardreset;
3661 * @hardreset: hardreset method (can be NULL)
3679 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
3749 prereset, softreset, hardreset, postreset);
3963 * @hardreset: hardreset method (can be NULL)
3972 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
3981 rc = ata_eh_recover(ap, prereset, softreset, hardreset, postreset,
4003 ata_reset_fn_t hardreset = ops->hardreset;
4005 /* ignore built-in hardreset if SCR access is not available */
4006 if (hardreset == sata_std_hardreset && !sata_scr_valid(&ap->link))
4007 hardreset = NULL;
4009 ata_do_eh(ap, ops->prereset, ops->softreset, hardreset, ops->postreset);