Searched refs:initfunc (Results 1 – 2 of 2) sorted by relevance
151 int (*initfunc)(struct iowa_bus *, void *), void *data) in iowa_register_bus()166 if (initfunc) in iowa_register_bus()167 if ((*initfunc)(bus, data)) in iowa_register_bus()
1758 typedef void (initfunc)(struct ioc *); typedef1763 initfunc *init;