Home
last modified time | relevance | path

Searched refs:ahci_error_handler (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/ata/
Dahci.h426 void ahci_error_handler(struct ata_port *ap);
Dlibahci.c166 .error_handler = ahci_error_handler,
2068 void ahci_error_handler(struct ata_port *ap) in ahci_error_handler() function
2083 EXPORT_SYMBOL_GPL(ahci_error_handler);
Dahci_imx.c755 ahci_error_handler(ap); in ahci_imx_error_handler()