Home
last modified time | relevance | path

Searched refs:init_hwif_generic (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dgeneric.h9 static void init_hwif_generic(ide_hwif_t *);
19 .init_hwif = init_hwif_generic,
32 .init_hwif = init_hwif_generic,
45 .init_hwif = init_hwif_generic,
58 .init_hwif = init_hwif_generic,
71 .init_hwif = init_hwif_generic,
84 .init_hwif = init_hwif_generic,
97 .init_hwif = init_hwif_generic,
110 .init_hwif = init_hwif_generic,
123 .init_hwif = init_hwif_generic,
[all …]
Dgeneric.c49 static void __init init_hwif_generic (ide_hwif_t *hwif) in init_hwif_generic() function