Searched refs:resetproc (Results 1 – 9 of 9) sorted by relevance
436 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()
599 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()
193 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()
1251 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()
467 hwif->resetproc = sl82c105_resetproc; in init_hwif_sl82c105()
1112 hwif->resetproc = &siimage_reset; in init_hwif_siimage()
1331 if (hwif->resetproc != NULL) {1332 hwif->resetproc(drive);
1009 hwif->resetproc = old_hwif.resetproc; in ide_unregister()
902 void (*resetproc)(ide_drive_t *); member