Home
last modified time | relevance | path

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

/src/sys/dev/fb/
H A Dsplash.c48 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()
[all …]