Searched refs:initfunc (Results 1 – 3 of 3) sorted by relevance
163 int (*initfunc)(struct iowa_bus *, void *), void *data) in iowa_register_bus()181 if (initfunc) in iowa_register_bus()182 if ((*initfunc)(bus, data)) in iowa_register_bus()
306 .macro __v7_proc initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0313 W(b) \initfunc
1795 typedef void (initfunc)(struct ioc *); typedef1800 initfunc *init;