1ATA_STD_POSTRESET(9) libata Library ATA_STD_POSTRESET(9)
2
3
4
6 ata_std_postreset - standard postreset callback
7
9 void ata_std_postreset(struct ata_link * link, unsigned int * classes);
10
12 link
13 the target ata_link
14
15 classes
16 classes of attached devices
17
19 This function is invoked after a successful reset. Note that the device
20 might have been reset more than once using different reset methods
21 before postreset is invoked.
22
24 Kernel thread context (may sleep)
25
27 Jeff Garzik
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 ATA_STD_POSTRESET(9)