Searched refs:sc_scan_hook (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/arm/ti/twl/
H A Dtwl.c105 struct intr_config_hook sc_scan_hook; member in struct:twl_softc
330 config_intrhook_disestablish(&sc->sc_scan_hook);
414 sc->sc_scan_hook.ich_func = twl_scan;
415 sc->sc_scan_hook.ich_arg = dev;
417 if (config_intrhook_establish(&sc->sc_scan_hook) != 0)

Completed in 97 milliseconds