Searched refs:busproc (Results 1 – 7 of 7) sorted by relevance
1013 hwif->busproc = old_hwif.busproc; in ide_unregister()1949 if (hwif->busproc) in ide_ioctl()1950 return HWIF(drive)->busproc(drive, (int)arg); in ide_ioctl()1963 if (hwif->busproc) in ide_ioctl()1965 err = hwif->busproc(drive, (int)arg); in ide_ioctl()
1252 hwif->busproc = &hpt370_busproc; in init_hwif_hpt366()1256 hwif->busproc = &hpt3xx_tristate; in init_hwif_hpt366()1259 hwif->busproc = &hpt3xx_tristate; in init_hwif_hpt366()
763 hwif->busproc = ich3_busproc; in init_hwif_piix()
197 hwif->busproc = NULL; in ide_init_sgiioc4()
703 hwif->busproc = &pdc202xx_tristate; in init_hwif_pdc202xx()
1120 hwif->busproc = &siimage_busproc; in init_hwif_siimage()
910 int (*busproc)(ide_drive_t *, int); member