Home
last modified time | relevance | path

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

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