Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dsti.c648 scr->putcmap = ngle_putcmap; in sti_screen_setup()
660 scr->putcmap = ngle_putcmap; in sti_screen_setup()
669 scr->putcmap = ngle_putcmap; in sti_screen_setup()
678 scr->putcmap = ngle_putcmap; in sti_screen_setup()
692 scr->putcmap = ngle_hcrx_putcmap; in sti_screen_setup()
707 scr->putcmap = summit_putcmap; in sti_screen_setup()
719 scr->putcmap = in sti_screen_setup()
1138 if (scr->putcmap == NULL || scr->scr_bpp > 8) in sti_ioctl()
1152 if (scr->putcmap == NULL || scr->scr_bpp > 8) in sti_ioctl()
1168 if (scr->putcmap == NULL || scr->scr_bpp > 8) in sti_ioctl()
[all …]
Dstivar.h110 int (*putcmap)(struct sti_screen *, u_int, u_int); member
/netbsd/src/sys/arch/hp300/dev/
Dsti_machdep.c163 scr->putcmap = sti_evrx_putcmap; in sti_machdep_attach()