Home | History | Annotate | Download | only in dev

Lines Matching refs:ite_softc

94 static void view_init(struct ite_softc *);
95 static void view_deinit(struct ite_softc *);
96 static int itecc_ioctl(struct ite_softc *, u_long, void *, int,
98 static int ite_newsize(struct ite_softc *, struct itewinsize *);
99 static void cursor32(struct ite_softc *, int);
100 static void putc8(struct ite_softc *, int, int, int, int);
101 static void clear8(struct ite_softc *, int, int, int, int);
102 static void scroll8(struct ite_softc *, int, int, int, int);
321 view_deinit(struct ite_softc *ip)
327 view_init(register struct ite_softc *ip)
375 ite_newsize(struct ite_softc *ip, struct itewinsize *winsz)
460 itecc_ioctl(struct ite_softc *ip, u_long cmd, void * addr, int flag,
509 cursor32(struct ite_softc *ip, int flag)
572 putc8(struct ite_softc *ip, int c, int dy, int dx, int mode)
620 clear8(struct ite_softc *ip, int sy, int sx, int h, int w)
663 scroll8(register struct ite_softc *ip, register int sy, int sx, int count,