Searched refs:ata_reset_fn_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/ata/ |
D | libata.h | 172 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, 173 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset); 176 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|
D | libata-eh.c | 2605 static int ata_do_reset(struct ata_link *link, ata_reset_fn_t reset, in ata_do_reset() 2630 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, in ata_eh_reset() 2631 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in ata_eh_reset() 2644 ata_reset_fn_t reset; in ata_eh_reset() 3721 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_eh_recover() 4004 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_do_eh() 4035 ata_reset_fn_t hardreset = ops->hardreset; in ata_std_error_handler()
|
D | libata-pmp.c | 753 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, in sata_pmp_eh_recover_pmp() 754 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in sata_pmp_eh_recover_pmp()
|
D | libata-sff.c | 2199 ata_reset_fn_t softreset = ap->ops->softreset; in ata_sff_error_handler() 2200 ata_reset_fn_t hardreset = ap->ops->hardreset; in ata_sff_error_handler()
|
/linux-4.1.27/include/linux/ |
D | libata.h | 539 typedef int (*ata_reset_fn_t)(struct ata_link *link, unsigned int *classes, typedef 915 ata_reset_fn_t softreset; 916 ata_reset_fn_t hardreset; 919 ata_reset_fn_t pmp_softreset; 920 ata_reset_fn_t pmp_hardreset; 1324 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|