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) in ite_newsize()
273 view_init(register struct ite_softc *ip) in view_init()
315 ite_grf_ioctl(struct ite_softc *ip, u_long cmd, void *addr, int flag, in ite_grf_ioctl()
379 view_deinit(struct ite_softc *ip) in view_deinit()
387 cursor32(struct ite_softc *ip, int flag) in cursor32()
675 putc8(struct ite_softc *ip, int c, int dy, int dx, int mode) in putc8()
690 clear8(struct ite_softc *ip, int sy, int sx, int h, int w) in clear8()
737 scroll8(register struct ite_softc *ip, register int sy, int sx, int count, in scroll8()