Searched refs:sc_init_hook (Results 1 – 3 of 3) sorted by relevance
31 void (*sc_init_hook)(struct we_softc *); member
554 if (wsc->sc_init_hook) in we_init_card()555 (*wsc->sc_init_hook)(wsc); in we_init_card()
287 wsc->sc_init_hook = we_mca_init_hook; in we_mca_attach()