Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fb/
H A Dsplash.c58 static int (*splash_callback)(int, void *); variable
107 if (splash_callback != NULL) in splash_new()
108 (*splash_callback)(SPLASH_INIT, splash_arg); in splash_new()
174 splash_callback = callback; in splash_init()
201 if (splash_callback != NULL) in splash_term()
202 error = (*splash_callback)(SPLASH_TERM, splash_arg); in splash_term()