/linux-6.12.1/drivers/ata/ |
D | libata-eh.c | 2615 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in ata_eh_reset() argument 2641 hardreset = NULL; in ata_eh_reset() 2684 if (hardreset) { in ata_eh_reset() 2685 reset = hardreset; in ata_eh_reset() 2762 if (reset == hardreset) { in ata_eh_reset() 2771 if (reset == hardreset) in ata_eh_reset() 2781 if (slave && reset == hardreset) { in ata_eh_reset() 2807 if (reset == hardreset && in ata_eh_reset() 2970 reset == hardreset ? "hardreset" : "softreset"); in ata_eh_reset() 3005 if (hardreset) in ata_eh_reset() [all …]
|
D | libata-pmp.c | 748 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in sata_pmp_eh_recover_pmp() argument 770 rc = ata_eh_reset(link, 0, prereset, softreset, hardreset, in sata_pmp_eh_recover_pmp() 936 ops->hardreset, ops->postreset, NULL); in sata_pmp_eh_recover() 955 ops->hardreset, ops->postreset); in sata_pmp_eh_recover()
|
D | libata.h | 176 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset); 179 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|
D | ahci_da850.c | 145 .hardreset = ahci_da850_hardreset,
|
D | sata_uli.c | 70 .hardreset = ATA_OP_NULL,
|
D | libata-sff.c | 36 .hardreset = sata_sff_hardreset, 2056 ata_reset_fn_t hardreset = ap->ops->hardreset; in ata_sff_error_handler() local 2079 if ((hardreset == sata_std_hardreset || in ata_sff_error_handler() 2080 hardreset == sata_sff_hardreset) && !sata_scr_valid(&ap->link)) in ata_sff_error_handler() 2081 hardreset = NULL; in ata_sff_error_handler() 2083 ata_do_eh(ap, ap->ops->prereset, softreset, hardreset, in ata_sff_error_handler()
|
D | ahci_xgene.c | 616 .hardreset = xgene_ahci_hardreset, 633 .hardreset = xgene_ahci_hardreset,
|
D | ahci_qoriq.c | 150 .hardreset = ahci_qoriq_hardreset,
|
D | sata_svw.c | 344 .hardreset = k2_sata_hardreset,
|
D | ahci.c | 112 .hardreset = ahci_vt8251_hardreset, 117 .hardreset = ahci_p5wdh_hardreset, 122 .hardreset = ahci_avn_hardreset,
|
D | sata_via.c | 142 .hardreset = sata_std_hardreset,
|
D | sata_highbank.c | 430 .hardreset = ahci_highbank_hardreset,
|
D | sata_inic162x.c | 733 .hardreset = inic_hardreset,
|
D | pata_ep93xx.c | 883 .hardreset = ATA_OP_NULL,
|
D | libata-sata.c | 1689 .hardreset = sata_std_hardreset,
|
D | sata_sil24.c | 398 .hardreset = sil24_hardreset,
|
D | ata_piix.c | 1105 .hardreset = sata_std_hardreset,
|
D | sata_dwc_460ex.c | 1100 .hardreset = sata_dwc_hardreset,
|
D | sata_promise.c | 191 .hardreset = pdc_sata_hardreset,
|
D | sata_fsl.c | 1399 .hardreset = sata_fsl_hardreset,
|
D | sata_mv.c | 690 .hardreset = mv_hardreset, 712 .hardreset = mv_hardreset,
|
/linux-6.12.1/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 300 static void hardreset(struct net_device *dev); 1450 hardreset(struct net_device *dev) in hardreset() function 1475 hardreset(dev); in do_reset()
|
/linux-6.12.1/include/linux/ |
D | libata.h | 972 ata_reset_fn_t hardreset; member 1415 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|
/linux-6.12.1/drivers/ata/pata_parport/ |
D | pata_parport.c | 325 .hardreset = NULL,
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | sas_ata.c | 563 .hardreset = sas_ata_hard_reset,
|