Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpcfbvar.h71 int hpcfb_cnattach(struct hpcfb_fbconf *);
Dhpcfb.c381 hpcfb_cnattach(struct hpcfb_fbconf *fbconf) in hpcfb_cnattach() function
/netbsd/src/sys/arch/hpcsh/hpcsh/
Dconsole.c185 hpcfb_cnattach(0); in consinit()
/netbsd/src/sys/arch/hpcarm/dev/
Depsonlcd.c130 if (hpcfb_cnattach(&sc->sc_fb) != 0) in epsonlcd_attach()
Dsed_saip.c168 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) in sed1356_attach()
/netbsd/src/sys/arch/hpcmips/vr/
Dvr.c452 if (hpcfb_cnattach(NULL)) { in vr_cons_init()
/netbsd/src/sys/arch/hpcmips/tx/
Dtx3912video.c184 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) { in tx3912video_attach()
/netbsd/src/sys/arch/hpcmips/dev/
Dmq200.c225 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) { in mq200_attach()
Dplumvideo.c212 if(console && hpcfb_cnattach(&sc->sc_fbconf) != 0) { in plumvideo_attach()
Dite8181.c301 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) { in ite8181_attach()
/netbsd/src/sys/arch/hpcsh/dev/hd64461/
Dhd64461video.c299 hpcfb_cnattach(&hd64461video_chip.hf); in hd64461video_cninit()