Searched refs:shutdown_eh (Results 1 – 10 of 10) sorted by relevance
178 eventhandler_tag shutdown_eh; member
1176 vbus_ext->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final, in hpt_final_init()1178 if (!vbus_ext->shutdown_eh) in hpt_final_init()
182 eventhandler_tag shutdown_eh; member
1466 vbus_ext->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final, in hpt_final_init()1468 if (!vbus_ext->shutdown_eh) in hpt_final_init()
183 eventhandler_tag shutdown_eh; member
1109 vbus_ext->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final, in hpt_final_init()1111 if (!vbus_ext->shutdown_eh) in hpt_final_init()
2061 sc->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final, in mps_attach()2064 if (sc->shutdown_eh == NULL) in mps_attach()2220 if (sc->shutdown_eh != NULL) in mps_free()2221 EVENTHANDLER_DEREGISTER(shutdown_final, sc->shutdown_eh); in mps_free()
439 eventhandler_tag shutdown_eh; member
2205 sc->shutdown_eh = EVENTHANDLER_REGISTER(shutdown_final, in mpr_attach()2208 if (sc->shutdown_eh == NULL) in mpr_attach()2369 if (sc->shutdown_eh != NULL) in mpr_free()2370 EVENTHANDLER_DEREGISTER(shutdown_final, sc->shutdown_eh); in mpr_free()
489 eventhandler_tag shutdown_eh; member