Searched refs:ata_do_eh (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/ata/ |
| D | libata-eh.c | 4015 void ata_do_eh(struct ata_port *ap, ata_prereset_fn_t prereset, in ata_do_eh() function 4053 ata_do_eh(ap, ops->prereset, ops->softreset, hardreset, ops->postreset); in ata_std_error_handler()
|
| D | libata-sff.c | 2160 ata_do_eh(ap, ap->ops->prereset, softreset, hardreset, in ata_sff_error_handler()
|
| D | libata-core.c | 7386 EXPORT_SYMBOL_GPL(ata_do_eh);
|
| /Linux-v5.4/include/linux/ |
| D | libata.h | 1299 extern void ata_do_eh(struct ata_port *ap, ata_prereset_fn_t prereset,
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | libata.rst | 310 implementation is to call :c:func:`ata_do_eh` or :c:func:`ata_bmdma_drive_eh`
|