Searched refs:ata_reset_fn_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 | 2613 static int ata_do_reset(struct ata_link *link, ata_reset_fn_t reset, in ata_do_reset() 2638 ata_prereset_fn_t prereset, ata_reset_fn_t softreset, in ata_eh_reset() 2639 ata_reset_fn_t hardreset, ata_postreset_fn_t postreset) in ata_eh_reset() 2652 ata_reset_fn_t reset; in ata_eh_reset() 3729 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_eh_recover() 4012 ata_reset_fn_t softreset, ata_reset_fn_t hardreset, in ata_do_eh() 4043 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.4.14/include/linux/ |
D | libata.h | 540 typedef int (*ata_reset_fn_t)(struct ata_link *link, unsigned int *classes, typedef 916 ata_reset_fn_t softreset; 917 ata_reset_fn_t hardreset; 920 ata_reset_fn_t pmp_softreset; 921 ata_reset_fn_t pmp_hardreset; 1325 ata_reset_fn_t softreset, ata_reset_fn_t hardreset,
|