Home
last modified time | relevance | path

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

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