Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/video/fb/
H A Dsplash.c50 static int (*splash_callback)(int, void *); variable
97 if (splash_callback != NULL) in splash_new()
98 (*splash_callback)(SPLASH_INIT, splash_arg); in splash_new()
164 splash_callback = callback; in splash_init()
191 if (splash_callback != NULL) in splash_term()
192 error = (*splash_callback)(SPLASH_TERM, splash_arg); in splash_term()