Home
last modified time | relevance | path

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

/linux-6.15/drivers/ata/
H A Dahci.h449 void ahci_error_handler(struct ata_port *ap);
H A Dlibahci.c169 .error_handler = ahci_error_handler,
2213 void ahci_error_handler(struct ata_port *ap) in ahci_error_handler() function
2228 EXPORT_SYMBOL_GPL(ahci_error_handler);
H A Dahci_imx.c609 ahci_error_handler(ap); in ahci_imx_error_handler()