Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.c302 req->op.fb_attach.dbuf_cookie = dbuf_cookie; in xen_drm_front_fb_attach()
303 req->op.fb_attach.fb_cookie = fb_cookie; in xen_drm_front_fb_attach()
304 req->op.fb_attach.width = width; in xen_drm_front_fb_attach()
305 req->op.fb_attach.height = height; in xen_drm_front_fb_attach()
306 req->op.fb_attach.pixel_format = pixel_format; in xen_drm_front_fb_attach()
/netbsd-src/sys/arch/newsmips/dev/
H A Dfb.c91 static void fb_attach(device_t, device_t, void *);
116 fb_match, fb_attach, NULL, NULL);
183 fb_attach(device_t parent, device_t self, void *aux) in fb_attach() function
/netbsd-src/sys/arch/sun3/dev/
H A Dfbvar.h89 void fb_attach(struct fbdevice *, int);
H A Dfb.c91 fb_attach(struct fbdevice *fb, int newpri) in fb_attach() function
H A Dbw2.c295 fb_attach(fb, 1); in bw2attach()
H A Dcg2.c202 fb_attach(fb, 2); in cg2attach()
H A Dcg4.c337 fb_attach(fb, 4); in cg4attach()
/netbsd-src/sys/dev/sun/
H A Dfbvar.h91 void fb_attach(struct fbdevice *, int);
H A Dbwtwo.c272 fb_attach(fb, 0); in bwtwoattach()
274 fb_attach(fb, isconsole); in bwtwoattach()
H A Dfb.c159 fb_attach(struct fbdevice *fb, int isconsole) in fb_attach() function
H A Dcgthree.c205 fb_attach(fb, isconsole); in cgthreeattach()
H A Dcgsix.c581 fb_attach(&sc->sc_fb, isconsole); in cg6attach()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Ddisplif.h803 struct xendispl_fb_attach_req fb_attach; member
/netbsd-src/sys/arch/sparc/dev/
H A Dcgfour.c323 fb_attach(fb, isconsole); in cgfourattach()
H A Dcgeight.c331 fb_attach(&sc->sc_fb, isconsole); in cgeightattach()
H A Dcgtwo.c228 fb_attach(fb, isconsole); in cgtwoattach()
H A Dcgfourteen.c394 fb_attach(&sc->sc_fb, isconsole);
/netbsd-src/sys/dev/sbus/
H A Dtcx.c393 fb_attach(&sc->sc_fb, isconsole); in tcxattach()
H A Dzx.c340 fb_attach(&sc->sc_fb, isconsole); in zx_attach()
H A Dagten.c385 fb_attach(fb, console); in agten_attach()
H A Dmgx.c401 fb_attach(&sc->sc_fb, isconsole); in mgx_attach()
H A Dp9100.c511 fb_attach(fb, isconsole); in p9100_sbus_attach()
/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c366 fb_attach(&sc->sc_fb, sc->sc_console); in ffb_attach()