Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/include/linux/
A Dlibata.h873 struct ata_port_operations { struct
898 void (*thaw)(struct ata_port *ap);
899 ata_prereset_fn_t prereset;
900 ata_reset_fn_t softreset;
901 ata_reset_fn_t hardreset;
902 ata_postreset_fn_t postreset;
903 ata_prereset_fn_t pmp_prereset;
904 ata_reset_fn_t pmp_softreset;
905 ata_reset_fn_t pmp_hardreset;
906 ata_postreset_fn_t pmp_postreset;
[all …]

Completed in 18 milliseconds