Lines Matching refs:hardreset
76 * hardreset. All others are hardreset if available. In most cases
2453 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset)
2479 hardreset = NULL;
2519 /* prefer hardreset */
2522 if (hardreset) {
2523 reset = hardreset;
2601 if (reset == hardreset)
2612 /* hardreset slave link if existent */
2613 if (slave && reset == hardreset) {
2635 if (reset == hardreset &&
2829 if (hardreset)
2830 reset = hardreset;
3521 * @hardreset: hardreset method (can be NULL)
3539 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
3611 prereset, softreset, hardreset, postreset);
3812 * @hardreset: hardreset method (can be NULL)
3821 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
3830 rc = ata_eh_recover(ap, prereset, softreset, hardreset, postreset,
3852 ata_reset_fn_t hardreset = ops->hardreset;
3854 /* ignore built-in hardreset if SCR access is not available */
3855 if (hardreset == sata_std_hardreset && !sata_scr_valid(&ap->link))
3856 hardreset = NULL;
3858 ata_do_eh(ap, ops->prereset, ops->softreset, hardreset, ops->postreset);