1ATA_DEV_CONFIGURE(9) libata Core Internals ATA_DEV_CONFIGURE(9)
2
3
4
6 ata_dev_configure - Configure the specified ATA/ATAPI device
7
9 int ata_dev_configure(struct ata_device * dev);
10
12 dev
13 Target device to configure
14
16 Configure dev according to dev->id. Generic and low-level driver
17 specific fixups are also applied.
18
20 Kernel thread context (may sleep)
21
23 0 on success, -errno otherwise
24
26 Jeff Garzik
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 ATA_DEV_CONFIGURE(9)