Searched refs:bmdma_stop (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/ata/ |
H A D | pata_triflex.c | 170 .bmdma_stop = triflex_bmdma_stop,
|
H A D | pata_hpt37x.c | 540 .bmdma_stop = hpt370_bmdma_stop, 565 .bmdma_stop = hpt37x_bmdma_stop,
|
H A D | pata_sl82c105.c | 248 .bmdma_stop = sl82c105_bmdma_stop,
|
H A D | pata_atiixp.c | 265 .bmdma_stop = atiixp_bmdma_stop,
|
H A D | pata_it821x.c | 827 .bmdma_stop = it821x_passthru_bmdma_stop, 843 .bmdma_stop = it821x_passthru_bmdma_stop,
|
H A D | sata_sil.c | 174 .bmdma_stop = sil_bmdma_stop, 470 ap->ops->bmdma_stop(qc); in sil_host_intr()
|
H A D | pata_ns87415.c | 307 .bmdma_stop = ns87415_bmdma_stop,
|
H A D | pata_pdc202xx_old.c | 312 .bmdma_stop = pdc2026x_bmdma_stop,
|
H A D | pata_hpt3x2n.c | 351 .bmdma_stop = hpt3x2n_bmdma_stop,
|
H A D | pata_cmd64x.c | 343 .bmdma_stop = cmd646r1_bmdma_stop,
|
H A D | pata_icside.c | 334 .bmdma_stop = pata_icside_bmdma_stop,
|
H A D | pata_ep93xx.c | 900 .bmdma_stop = ep93xx_pata_dma_stop,
|
H A D | pata_mpc52xx.c | 621 .bmdma_stop = mpc52xx_bmdma_stop,
|
H A D | pata_macio.c | 952 .bmdma_stop = pata_macio_bmdma_stop,
|
H A D | sata_mv.c | 726 .bmdma_stop = mv_bmdma_stop,
|
/linux/Documentation/driver-api/ |
H A D | libata.rst | 204 void (*bmdma_stop) (struct ata_port *ap); 209 (``->bmdma_setup``), fire (``->bmdma_start``), and halt (``->bmdma_stop``) the 226 :c:func:`bmdma_stop` hook. :c:func:`ata_bmdma_stop` clears the ATA_DMA_START
|
/linux/include/linux/ |
H A D | libata.h | 1023 void (*bmdma_stop)(struct ata_queued_cmd *qc); member
|