Lines Matching refs:ite_softc
90 void ulowell_cursor(struct ite_softc *, int);
91 void ulowell_scroll(struct ite_softc *, int, int, int, int);
92 void ulowell_deinit(struct ite_softc *);
93 void ulowell_clear(struct ite_softc *, int, int, int, int);
94 void ulowell_putc(struct ite_softc *, int, int, int, int);
95 void ulowell_init(struct ite_softc *);
140 ulowell_init(struct ite_softc *ip) in ulowell_init()
226 void ulowell_cursor(struct ite_softc *ip, int flag) in ulowell_cursor()
300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
369 void ulowell_deinit(struct ite_softc *ip) in ulowell_deinit()
375 void ulowell_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in ulowell_putc()
392 void ulowell_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in ulowell_clear()
415 void ulowell_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in ulowell_scroll()