Lines Matching refs:splash_decoder
48 static splash_decoder_t *splash_decoder; variable
104 splash_decoder = decoder; in splash_new()
124 if (splash_decoder != NULL) in splash_register()
159 if (splash_decoder == decoder) { in splash_unregister()
175 splash_decoder = NULL; in splash_init()
198 if (splash_decoder != NULL) { in splash_term()
201 if (error == 0 && splash_decoder->term) in splash_term()
202 error = (*splash_decoder->term)(adp); in splash_term()
204 splash_decoder = NULL; in splash_term()
212 if (splash_decoder != NULL) in splash()
213 return (*splash_decoder->splash)(adp, on); in splash()