Home
last modified time | relevance | path

Searched defs:ata_port_operations (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/driver-api/
A Dlibata.rst35 Disable ATA port
65 Set PIO/DMA mode
95 Taskfile read/write
110 PIO data read/write
123 ATA command execute
175 Select ATA device on bus
190 Private tuning method
248 High-level taskfile hooks
332 Hardware interrupt handling
356 SATA phy read/write
[all …]
/linux/include/linux/
A Dlibata.h918 struct ata_port_operations { struct
941 void (*thaw)(struct ata_port *ap);
942 ata_prereset_fn_t prereset;
943 ata_reset_fn_t softreset;
944 ata_reset_fn_t hardreset;
945 ata_postreset_fn_t postreset;
946 ata_prereset_fn_t pmp_prereset;
947 ata_reset_fn_t pmp_softreset;
948 ata_reset_fn_t pmp_hardreset;
949 ata_postreset_fn_t pmp_postreset;
[all …]

Completed in 14 milliseconds