Lines Matching refs:ite_softc
79 static void view_init(struct ite_softc *);
80 static void view_deinit(struct ite_softc *);
81 static int iteet_ioctl(struct ite_softc *, u_long, void *, int,
83 static int ite_newsize(struct ite_softc *, struct itewinsize *);
84 static void et_inittextmode(struct ite_softc *, et_sv_reg_t *, int);
85 void et_cursor(struct ite_softc *ip, int flag);
86 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
87 void et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
88 void et_scroll(struct ite_softc *ip, int sy, int sx, int count,
286 view_deinit(struct ite_softc *ip) in view_deinit()
292 view_init(register struct ite_softc *ip) in view_init()
352 ite_newsize(struct ite_softc *ip, struct itewinsize *winsz) in ite_newsize()
400 iteet_ioctl(struct ite_softc *ip, u_long cmd, void * addr, int flag, in iteet_ioctl()
449 et_cursor(struct ite_softc *ip, int flag) in et_cursor()
488 et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in et_putc()
514 et_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in et_clear()
530 et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in et_scroll()
574 et_inittextmode(struct ite_softc *ip, et_sv_reg_t *etregs, int loadfont) in et_inittextmode()