Lines Matching refs:splash_decoder
50 static splash_decoder_t *splash_decoder; variable
106 splash_decoder = decoder; in splash_new()
126 if (splash_decoder != NULL) in splash_register()
161 if (splash_decoder == decoder) { in splash_unregister()
177 splash_decoder = NULL; in splash_init()
200 if (splash_decoder != NULL) { in splash_term()
203 if (error == 0 && splash_decoder->term) in splash_term()
204 error = (*splash_decoder->term)(adp); in splash_term()
206 splash_decoder = NULL; in splash_term()
214 if (splash_decoder != NULL) in splash()
215 return (*splash_decoder->splash)(adp, on); in splash()