Home
last modified time | relevance | path

Searched refs:ide_dma_lostirq (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dhpt366.c1285 hwif->ide_dma_lostirq = &hpt370_ide_dma_lostirq; in init_hwif_hpt366()
1287 hwif->ide_dma_lostirq = &hpt366_ide_dma_lostirq; in init_hwif_hpt366()
1289 hwif->ide_dma_lostirq = &hpt366_ide_dma_lostirq; in init_hwif_hpt366()
Dsl82c105.c494 hwif->ide_dma_lostirq = &sl82c105_ide_dma_lost_irq; in init_hwif_sl82c105()
Daec62xx.c464 hwif->ide_dma_lostirq = &aec62xx_irq_timeout; in init_hwif_aec62xx()
Dpdc202xx_new.c556 hwif->ide_dma_lostirq = &pdcnew_ide_dma_lostirq; in init_hwif_pdc202new()
Dsgiioc4.c215 hwif->ide_dma_lostirq = &sgiioc4_ide_dma_lostirq; in ide_init_sgiioc4()
Dpdc202xx_old.c719 hwif->ide_dma_lostirq = &pdc202xx_ide_dma_lostirq; in init_hwif_pdc202xx()
/linux-2.4.37.9/drivers/ide/
Dide-dma.c1214 if (!hwif->ide_dma_lostirq) in ide_setup_dma()
1215 hwif->ide_dma_lostirq = &__ide_dma_lostirq; in ide_setup_dma()
Dide-io.c992 (void) hwgroup->hwif->ide_dma_lostirq(drive); in ide_timer_expiry()
Dide.c1044 hwif->ide_dma_lostirq = old_hwif.ide_dma_lostirq; in ide_unregister()
/linux-2.4.37.9/include/linux/
Dide.h823 int (*ide_dma_lostirq)(ide_drive_t *drive); member
946 int (*ide_dma_lostirq)(ide_drive_t *drive); member
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c1840 ide_hwifs[ix].ide_dma_lostirq = &pmac_ide_dma_lostirq; in pmac_ide_setup_dma()