Searched refs:sti_screen (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | sti.c | 115 void sti_bmove(struct sti_screen *, int, int, int, int, int, int, 117 int sti_inqcfg(struct sti_screen *, struct sti_inqconfout *); 118 int sti_setcment(struct sti_screen *, u_int, u_char, u_char, u_char); 120 struct sti_screen *sti_attach_screen(struct sti_softc *, int); 121 void sti_describe_screen(struct sti_softc *, struct sti_screen *); 123 int sti_fetchfonts(struct sti_screen *, struct sti_inqconfout *, uint32_t, 125 void sti_region_setup(struct sti_screen *); 128 int sti_screen_setup(struct sti_screen *, int); 130 int ngle_default_putcmap(struct sti_screen *, u_int, u_int); 133 void ngle_artist_setupfb(struct sti_screen *); [all …]
|
| D | stivar.h | 72 struct sti_screen { struct 109 void (*setupfb)(struct sti_screen *); argument 110 int (*putcmap)(struct sti_screen *, u_int, u_int); argument 133 struct sti_screen *sc_scr; argument 148 int sti_cnattach(struct sti_rom *, struct sti_screen *, bus_space_tag_t, 154 int sti_init(struct sti_screen *, int); 167 int sti_cnattach(struct sti_rom *, struct sti_screen *, bus_space_tag_t,
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | sti_machdep.c | 96 static int sti_evrx_putcmap(struct sti_screen *, u_int, u_int); 97 static void sti_evrx_resetramdac(struct sti_screen *); 98 static void sti_evrx_resetcmap(struct sti_screen *); 99 static void sti_evrx_setupfb(struct sti_screen *); 104 static struct sti_screen sticn_scr; 135 struct sti_screen *scr; in sti_machdep_attach() 204 sti_evrx_putcmap(struct sti_screen *scr, u_int index, u_int count) in sti_evrx_putcmap() 228 sti_evrx_resetramdac(struct sti_screen *scr) in sti_evrx_resetramdac() 278 sti_evrx_resetcmap(struct sti_screen *scr) in sti_evrx_resetcmap() 303 sti_evrx_setupfb(struct sti_screen *scr) in sti_evrx_setupfb() [all …]
|