HomeSort by: relevance | last modified time | path
    Searched refs:nd_shutdown_cb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/next68k/dev/
nextdmavar.h 42 void (*nd_shutdown_cb) (void *); member in struct:nextdma_config
nextdma.c 343 if (nsc->sc_conf.nd_shutdown_cb)
344 (*nsc->sc_conf.nd_shutdown_cb)(nsc->sc_conf.nd_cb_arg);
768 if (nsc->sc_conf.nd_shutdown_cb != NULL)
769 (*nsc->sc_conf.nd_shutdown_cb)(nsc->sc_conf.nd_cb_arg);
esp.c 1697 if (nsc->sc_conf.nd_shutdown_cb)
1698 (*nsc->sc_conf.nd_shutdown_cb)(

Completed in 14 milliseconds