Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash.c47 static video_adapter_t *splash_adp; variable
91 if (*decoder->init && (*decoder->init)(splash_adp)) { in splash_test()
116 if (splash_adp != NULL) { in splash_register()
125 error = splash_term(splash_adp); in splash_register()
160 if ((error = splash_term(splash_adp)) != 0) in splash_unregister()
171 splash_adp = adp; in splash_init()
196 if (splash_adp != adp) in splash_term()