Lines Matching refs:ite_softc
57 void retina_cursor(struct ite_softc *, int);
58 void retina_scroll(struct ite_softc *, int, int, int, int);
59 void retina_deinit(struct ite_softc *);
60 void retina_clear(struct ite_softc *, int, int, int, int);
61 void retina_putc(struct ite_softc *, int, int, int, int);
62 void retina_init(struct ite_softc *);
65 static void screen_up(struct ite_softc *, int, int, int);
66 static void screen_down(struct ite_softc *, int, int, int);
104 retina_init(struct ite_softc *ip) in retina_init()
117 retina_cursor(struct ite_softc *ip, int flag) in retina_cursor()
146 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
274 screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
392 retina_deinit(struct ite_softc *ip) in retina_deinit()
399 retina_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in retina_putc()
415 retina_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in retina_clear()
437 retina_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in retina_scroll()