Home
last modified time | relevance | path

Searched refs:ide_dma_end (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-dma.c219 dma_stat = HWIF(drive)->ide_dma_end(drive); in ide_dma_intr()
983 return HWIF(drive)->ide_dma_end(drive); in __ide_dma_timeout()
1200 if (!hwif->ide_dma_end) in ide_setup_dma()
1201 hwif->ide_dma_end = &__ide_dma_end; in ide_setup_dma()
Dide-io.c870 (void) hwif->ide_dma_end(drive); in ide_dma_timeout_retry()
878 (void)HWIF(drive)->ide_dma_end(drive); in ide_dma_timeout_retry()
Dide.c1031 hwif->ide_dma_end = old_hwif.ide_dma_end; in ide_unregister()
Dide-cd.c1051 if ((dma_error = HWIF(drive)->ide_dma_end(drive))) in cdrom_read_intr()
1697 if ((dma_error = HWIF(drive)->ide_dma_end(drive))) { in cdrom_write_intr()
Dide-floppy.c816 if (HWIF(drive)->ide_dma_end(drive)) { in idefloppy_pc_intr()
Dide-tape.c2109 if (HWIF(drive)->ide_dma_end(drive) || status.b.check) { in idetape_pc_intr()
/linux-2.4.37.9/drivers/ide/pci/
Dcmd64x.c734 hwif->ide_dma_end = &cmd646_1_ide_dma_end; in init_hwif_cmd64x()
736 hwif->ide_dma_end = &cmd64x_ide_dma_end; in init_hwif_cmd64x()
740 hwif->ide_dma_end = &cmd64x_ide_dma_end; in init_hwif_cmd64x()
Dns87415.c214 hwif->ide_dma_end = &ns87415_ide_dma_end; in init_hwif_ns87415()
Dhpt366.c602 case ide_dma_end: in hpt366_ide_dma_lostirq()
1277 hwif->ide_dma_end = &hpt374_ide_dma_end; in init_hwif_hpt366()
1280 hwif->ide_dma_end = &hpt374_ide_dma_end; in init_hwif_hpt366()
1283 hwif->ide_dma_end = &hpt370_ide_dma_end; in init_hwif_hpt366()
Dsgiioc4.c202 hwif->ide_dma_end = &sgiioc4_ide_dma_end; in ide_init_sgiioc4()
413 return HWIF(drive)->ide_dma_end(drive); in sgiioc4_ide_dma_timeout()
Dtrm290.c351 hwif->ide_dma_end = &trm290_ide_dma_end; in init_hwif_trm290()
Dsc1200.c536 hwif->ide_dma_end = &sc1200_ide_dma_end; in init_hwif_sc1200()
Dserverworks.c730 hwif->ide_dma_end = &svwks_ide_dma_end; in init_hwif_svwks()
Dpdc202xx_old.c726 hwif->ide_dma_end = &pdc202xx_old_ide_dma_end; in init_hwif_pdc202xx()
/linux-2.4.37.9/arch/cris/drivers/
Dide.c396 hwif->ide_dma_end = &e100_dma_end; in init_e100_ide()
811 dma_stat = HWIF(drive)->ide_dma_end(drive); in etrax_dma_intr()
/linux-2.4.37.9/drivers/ide/arm/
Dicside.c337 u8 dma_stat = HWIF(drive)->ide_dma_end(drive); in icside_dmaintr()
684 hwif->ide_dma_end = icside_dma_end; in icside_setup_dma()
/linux-2.4.37.9/include/linux/
Dide.h810 int (*ide_dma_end)(ide_drive_t *drive); member
933 int (*ide_dma_end)(ide_drive_t *drive); member
/linux-2.4.37.9/drivers/scsi/
Dide-scsi.c433 (void) (HWIF(drive)->ide_dma_end(drive)); in idescsi_pc_intr()
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c1831 ide_hwifs[ix].ide_dma_end = &pmac_ide_dma_end; in pmac_ide_setup_dma()