Home | History | Annotate | Download | only in dev

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)
117 retina_cursor(struct ite_softc *ip, int flag)
146 screen_up(struct ite_softc *ip, int top, int bottom, int lines)
274 screen_down(struct ite_softc *ip, int top, int bottom, int lines)
392 retina_deinit(struct ite_softc *ip)
399 retina_putc(struct ite_softc *ip, int c, int dy, int dx, int mode)
415 retina_clear(struct ite_softc *ip, int sy, int sx, int h, int w)
437 retina_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir)