Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ide/
Dide.c1013 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()
/linux-2.4.37.9/drivers/ide/pci/
Dhpt366.c1252 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()
Dpiix.c763 hwif->busproc = ich3_busproc; in init_hwif_piix()
Dsgiioc4.c197 hwif->busproc = NULL; in ide_init_sgiioc4()
Dpdc202xx_old.c703 hwif->busproc = &pdc202xx_tristate; in init_hwif_pdc202xx()
Dsiimage.c1120 hwif->busproc = &siimage_busproc; in init_hwif_siimage()
/linux-2.4.37.9/include/linux/
Dide.h910 int (*busproc)(ide_drive_t *, int); member