Searched refs:splash_callback (Results 1 – 1 of 1) sorted by relevance
50 static int (*splash_callback)(int, void *); variable97 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()