Lines Matching refs:ite_softc
65 void et_init(struct ite_softc *ip);
66 void et_cursor(struct ite_softc *ip, int flag);
67 void et_deinit(struct ite_softc *ip);
68 void et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
69 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
108 et_init(struct ite_softc *ip) in et_init()
121 et_cursor(struct ite_softc *ip, int flag) in et_cursor()
148 et_deinit(struct ite_softc *ip) in et_deinit()
155 et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in et_putc()
179 et_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in et_clear()
204 et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in et_scroll()