Home
last modified time | relevance | path

Searched refs:bmdma_stop (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_triflex.c171 .bmdma_stop = triflex_bmdma_stop,
H A Dpata_hpt37x.c592 .bmdma_stop = hpt370_bmdma_stop,
618 .bmdma_stop = hpt37x_bmdma_stop,
H A Dsata_sil.c174 .bmdma_stop = sil_bmdma_stop,
471 ap->ops->bmdma_stop(qc); in sil_host_intr()
H A Dpata_it821x.c823 .bmdma_stop = it821x_passthru_bmdma_stop,
839 .bmdma_stop = it821x_passthru_bmdma_stop,
H A Dpata_sl82c105.c249 .bmdma_stop = sl82c105_bmdma_stop,
H A Dpata_atiixp.c263 .bmdma_stop = atiixp_bmdma_stop,
H A Dpata_ns87415.c307 .bmdma_stop = ns87415_bmdma_stop,
H A Dpata_pxa.c149 .bmdma_stop = pxa_bmdma_stop,
H A Dpata_pdc202xx_old.c314 .bmdma_stop = pdc2026x_bmdma_stop,
H A Dpata_hpt3x2n.c356 .bmdma_stop = hpt3x2n_bmdma_stop,
H A Dpata_cmd64x.c343 .bmdma_stop = cmd646r1_bmdma_stop,
H A Dlibata-sff.c2564 .bmdma_stop = ata_bmdma_stop,
2816 ap->ops->bmdma_stop(qc); in ata_bmdma_port_intr()
2895 ap->ops->bmdma_stop(qc); in ata_bmdma_error_handler()
2928 ap->ops->bmdma_stop(qc); in ata_bmdma_post_internal_cmd()
H A Dpata_icside.c331 .bmdma_stop = pata_icside_bmdma_stop,
H A Dpata_ep93xx.c907 .bmdma_stop = ep93xx_pata_dma_stop,
H A Dpata_mpc52xx.c619 .bmdma_stop = mpc52xx_bmdma_stop,
H A Dsata_rcar.c673 .bmdma_stop = sata_rcar_bmdma_stop,
H A Dpata_macio.c939 .bmdma_stop = pata_macio_bmdma_stop,
H A Dsata_mv.c722 .bmdma_stop = mv_bmdma_stop,
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dlibata.rst220 void (*bmdma_stop) (struct ata_port *ap);
225 (``->bmdma_setup``), fire (``->bmdma_start``), and halt (``->bmdma_stop``) the
242 :c:func:`bmdma_stop` hook. :c:func:`ata_bmdma_stop` clears the ATA_DMA_START
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h976 void (*bmdma_stop)(struct ata_queued_cmd *qc); member