HomeSort by: relevance | last modified time | path
    Searched refs:hpcfb_cnattach (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/hpc/
hpcfbvar.h 71 int hpcfb_cnattach(struct hpcfb_fbconf *);
hpcfb.c 381 hpcfb_cnattach(struct hpcfb_fbconf *fbconf) function in typeref:typename:int
388 DPRINTF(("%s(%d): hpcfb_cnattach()\n", __FILE__, __LINE__));
  /src/sys/arch/hpcsh/hpcsh/
console.c 185 hpcfb_cnattach(0);
  /src/sys/arch/hpcarm/dev/
epsonlcd.c 130 if (hpcfb_cnattach(&sc->sc_fb) != 0)
131 panic("%s: hpcfb_cnattach failed\n", __func__);
sed_saip.c 168 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0)
  /src/sys/arch/hpcmips/vr/
vr.c 452 if (hpcfb_cnattach(NULL)) {
  /src/sys/arch/hpcmips/dev/
mq200.c 225 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
ite8181.c 301 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
plumvideo.c 212 if(console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
  /src/sys/arch/hpcmips/tx/
tx3912video.c 184 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 299 hpcfb_cnattach(&hd64461video_chip.hf);

Completed in 18 milliseconds