Home | History | Annotate | Download | only in dev

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)
292 view_init(register struct ite_softc *ip)
352 ite_newsize(struct ite_softc *ip, struct itewinsize *winsz)
400 iteet_ioctl(struct ite_softc *ip, u_long cmd, void * addr, int flag,
449 et_cursor(struct ite_softc *ip, int flag)
488 et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode)
514 et_clear(struct ite_softc *ip, int sy, int sx, int h, int w)
530 et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir)
574 et_inittextmode(struct ite_softc *ip, et_sv_reg_t *etregs, int loadfont)