Home
last modified time | relevance | path

Searched refs:setclut (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/hpc/
Dhpcfbvar.h50 void (*setclut)(void *, struct rasops_info *); member
Dhpcfb.c312 if (sc->sc_accessops->setclut) in hpcfbattach()
313 sc->sc_accessops->setclut(sc->sc_accessctx, in hpcfbattach()
746 if (sc->sc_accessops->setclut) in hpcfb_alloc_screen()
747 sc->sc_accessops->setclut(sc->sc_accessctx, &dc->dc_rinfo); in hpcfb_alloc_screen()
/netbsd/src/sys/arch/hpcsh/dev/hd64461/
Dhd64461video.c184 .setclut= hd64461video_setclut,