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

  /src/sys/dev/ic/
stivar.h 72 struct sti_screen { struct
109 void (*setupfb)(struct sti_screen *);
110 int (*putcmap)(struct sti_screen *, u_int, u_int);
133 struct sti_screen *sc_scr;
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,
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...]
  /src/sys/arch/hp300/dev/
sti_machdep.c 107 static int sti_evrx_putcmap(struct sti_screen *, u_int, u_int);
108 static void sti_evrx_resetramdac(struct sti_screen *);
109 static void sti_evrx_resetcmap(struct sti_screen *);
110 static void sti_evrx_setupfb(struct sti_screen *);
115 static struct sti_screen sticn_scr;
146 struct sti_screen *scr;
204 sti_evrx_putcmap(struct sti_screen *scr, u_int index, u_int count)
228 sti_evrx_resetramdac(struct sti_screen *scr)
284 sti_evrx_resetcmap(struct sti_screen *scr)
309 sti_evrx_setupfb(struct sti_screen *scr
    [all...]
  /src/sys/arch/hppa/dev/
summitfb.c 73 struct sti_screen sc_scr;
117 int sti_screen_setup(struct sti_screen *, int);
118 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
175 int sti_fetchfonts(struct sti_screen *, struct sti_inqconfout *, uint32_t,
gftfb.c 68 struct sti_screen sc_scr;
115 int sti_screen_setup(struct sti_screen *, int);
116 void sti_describe_screen(struct sti_softc *, struct sti_screen *);

Completed in 14 milliseconds