Searched refs:ata_do_eh (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | 3983 void ata_do_eh(struct ata_port *ap, ata_prereset_fn_t prereset, in ata_do_eh() function 4021 ata_do_eh(ap, ops->prereset, ops->softreset, hardreset, ops->postreset); in ata_std_error_handler()
|
H A D | libata-sff.c | 2084 ata_do_eh(ap, ap->ops->prereset, softreset, hardreset, in ata_sff_error_handler()
|
/openbmc/linux/include/linux/ |
H A D | libata.h | 1355 extern void ata_do_eh(struct ata_port *ap, ata_prereset_fn_t prereset,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 286 implementation is to call :c:func:`ata_do_eh` or :c:func:`ata_bmdma_drive_eh`
|