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