Lines Matching refs:ite_softc
133 void view_deinit(struct ite_softc *);
134 void view_init(struct ite_softc *);
136 static void putc8(struct ite_softc *, int, int, int, int);
137 static void clear8(struct ite_softc *, int, int, int, int);
138 static void scroll8(struct ite_softc *, int, int, int, int);
139 static void cursor32(struct ite_softc *, int);
156 int ite_newsize(struct ite_softc *, struct itewinsize *);
199 ite_newsize(struct ite_softc *ip, struct itewinsize *winsz)
273 view_init(register struct ite_softc *ip)
315 ite_grf_ioctl(struct ite_softc *ip, u_long cmd, void *addr, int flag,
379 view_deinit(struct ite_softc *ip)
387 cursor32(struct ite_softc *ip, int flag)
675 putc8(struct ite_softc *ip, int c, int dy, int dx, int mode)
690 clear8(struct ite_softc *ip, int sy, int sx, int h, int w)
737 scroll8(register struct ite_softc *ip, register int sy, int sx, int count,