Home
last modified time | relevance | path

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

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