Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/twl/
H A Dtwl.c105 struct intr_config_hook sc_scan_hook; member
326 config_intrhook_disestablish(&sc->sc_scan_hook); in twl_scan()
410 sc->sc_scan_hook.ich_func = twl_scan; in twl_attach()
411 sc->sc_scan_hook.ich_arg = dev; in twl_attach()
413 if (config_intrhook_establish(&sc->sc_scan_hook) != 0) in twl_attach()