Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c193 static void sc_fb_set_par(void *context, int pending);
352 TASK_INIT(sc->fb_set_par_task, 0, sc_fb_set_par, sc); in register_framebuffer()
2435 sc_fb_set_par(void *context, int pending) in sc_fb_set_par() function