Searched refs:quirkproc (Results 1 – 7 of 7) sorted by relevance
307 if (HWIF(drive)->quirkproc) in QUIRK_LIST()308 drive->quirk_list = HWIF(drive)->quirkproc(drive); in QUIRK_LIST()
1012 hwif->quirkproc = old_hwif.quirkproc; in ide_unregister()
543 hwif->quirkproc = &pdcnew_quirkproc; in init_hwif_pdc202new()
196 hwif->quirkproc = NULL; in ide_init_sgiioc4()
700 hwif->quirkproc = &pdc202xx_quirkproc; in init_hwif_pdc202xx()
1189 hwif->quirkproc = &hpt3xx_quirkproc; in init_hwif_hpt366()
908 int (*quirkproc)(ide_drive_t *); member