Home
last modified time | relevance | path

Searched refs:quirkproc (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-iops.c307 if (HWIF(drive)->quirkproc) in QUIRK_LIST()
308 drive->quirk_list = HWIF(drive)->quirkproc(drive); in QUIRK_LIST()
Dide.c1012 hwif->quirkproc = old_hwif.quirkproc; in ide_unregister()
/linux-2.4.37.9/drivers/ide/pci/
Dpdc202xx_new.c543 hwif->quirkproc = &pdcnew_quirkproc; in init_hwif_pdc202new()
Dsgiioc4.c196 hwif->quirkproc = NULL; in ide_init_sgiioc4()
Dpdc202xx_old.c700 hwif->quirkproc = &pdc202xx_quirkproc; in init_hwif_pdc202xx()
Dhpt366.c1189 hwif->quirkproc = &hpt3xx_quirkproc; in init_hwif_hpt366()
/linux-2.4.37.9/include/linux/
Dide.h908 int (*quirkproc)(ide_drive_t *); member