Searched refs:ata_reset_fn_t (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/ata/ |
D | libata.h | 175 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, 176 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset); 179 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|
D | libata-eh.c | 2589 static int ata_do_reset(struct ata_link *link, ata_reset_fn_t reset, in ata_do_reset() 2614 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, in ata_eh_reset() 2615 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in ata_eh_reset() 2628 ata_reset_fn_t reset; in ata_eh_reset() 3730 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_eh_recover() 4034 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_do_eh() 4065 ata_reset_fn_t hardreset = ops->hardreset; in ata_std_error_handler()
|
D | libata-pmp.c | 747 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, in sata_pmp_eh_recover_pmp() 748 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in sata_pmp_eh_recover_pmp()
|
D | libata-sff.c | 2055 ata_reset_fn_t softreset = ap->ops->softreset; in ata_sff_error_handler() 2056 ata_reset_fn_t hardreset = ap->ops->hardreset; in ata_sff_error_handler()
|
/linux-6.12.1/include/linux/ |
D | libata.h | 542 typedef int (*ata_reset_fn_t)(struct ata_link *link, unsigned int *classes, typedef 971 ata_reset_fn_t softreset; 972 ata_reset_fn_t hardreset; 975 ata_reset_fn_t pmp_softreset; 976 ata_reset_fn_t pmp_hardreset; 1415 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|