Lines Matching refs:splash_decoder
42 static splash_decoder_t *splash_decoder; variable
96 splash_decoder = decoder; in splash_new()
116 if (splash_decoder != NULL) in splash_register()
151 if (splash_decoder == decoder) { in splash_unregister()
167 splash_decoder = NULL; in splash_init()
190 if (splash_decoder != NULL) { in splash_term()
193 if (error == 0 && splash_decoder->term) in splash_term()
194 error = (*splash_decoder->term)(adp); in splash_term()
196 splash_decoder = NULL; in splash_term()
204 if (splash_decoder != NULL) in splash()
205 return (*splash_decoder->splash)(adp, on); in splash()