Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c99 static eventhandler_tag dsp_ehtag = NULL; variable
2530 if (dsp_ehtag != NULL) in dsp_sysinit()
2536 dsp_ehtag = EVENTHANDLER_REGISTER(dev_clone, dsp_clone, 0, 1000); in dsp_sysinit()
2544 if (dsp_ehtag == NULL) in dsp_sysuninit()
2546 EVENTHANDLER_DEREGISTER(dev_clone, dsp_ehtag); in dsp_sysuninit()
2547 dsp_ehtag = NULL; in dsp_sysuninit()