Home
last modified time | relevance | path

Searched refs:resetproc (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dpdc202xx_new.c436 if (HWIF(drive)->resetproc != NULL) in pdcnew_ide_dma_lostirq()
437 HWIF(drive)->resetproc(drive); in pdcnew_ide_dma_lostirq()
443 if (HWIF(drive)->resetproc != NULL) in pdcnew_ide_dma_timeout()
444 HWIF(drive)->resetproc(drive); in pdcnew_ide_dma_timeout()
545 hwif->resetproc = &pdcnew_new_reset; in init_hwif_pdc202new()
Dpdc202xx_old.c599 if (HWIF(drive)->resetproc != NULL) in pdc202xx_ide_dma_lostirq()
600 HWIF(drive)->resetproc(drive); in pdc202xx_ide_dma_lostirq()
606 if (HWIF(drive)->resetproc != NULL) in pdc202xx_ide_dma_timeout()
607 HWIF(drive)->resetproc(drive); in pdc202xx_ide_dma_timeout()
704 hwif->resetproc = &pdc202xx_reset; in init_hwif_pdc202xx()
Dsgiioc4.c193 hwif->resetproc = &sgiioc4_resetproc; /* Reset the IOC4 DMA engine, clear interrupts etc */ in ide_init_sgiioc4()
401 HWIF(drive)->resetproc(drive); in sgiioc4_ide_dma_lostirq()
Dhpt366.c1251 hwif->resetproc = &hpt3xx_reset; in init_hwif_hpt366()
1255 hwif->resetproc = &hpt3xx_reset; in init_hwif_hpt366()
1258 hwif->resetproc = &hpt3xx_reset; in init_hwif_hpt366()
Dsl82c105.c467 hwif->resetproc = sl82c105_resetproc; in init_hwif_sl82c105()
Dsiimage.c1112 hwif->resetproc = &siimage_reset; in init_hwif_siimage()
/linux-2.4.37.9/drivers/ide/
Dide-iops.c1331 if (hwif->resetproc != NULL) {
1332 hwif->resetproc(drive);
Dide.c1009 hwif->resetproc = old_hwif.resetproc; in ide_unregister()
/linux-2.4.37.9/include/linux/
Dide.h902 void (*resetproc)(ide_drive_t *); member