Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c65 static vd_init_t ofwfb_init; variable
72 .vd_init = ofwfb_init,
354 ofwfb_init(struct vt_device *vd) in ofwfb_init() function
/freebsd-12.1/sys/powerpc/ofw/
H A Dofw_syscons.c76 static vi_init_t ofwfb_init; variable
109 .init = ofwfb_init,
350 ofwfb_init(0, &sc->sc_va, 0); in ofwfb_configure()
363 ofwfb_init(int unit, video_adapter_t *adp, int flags) in ofwfb_init() function