Searched refs:dsp_ehtag (Results 1 – 1 of 1) sorted by relevance
92 static eventhandler_tag dsp_ehtag = NULL; variable1948 if (dsp_ehtag != NULL) in dsp_sysinit()1950 dsp_ehtag = EVENTHANDLER_REGISTER(dev_clone, dsp_clone, 0, 1000); in dsp_sysinit()1956 if (dsp_ehtag == NULL) in dsp_sysuninit()1958 EVENTHANDLER_DEREGISTER(dev_clone, dsp_ehtag); in dsp_sysuninit()1959 dsp_ehtag = NULL; in dsp_sysuninit()