Lines Matching refs:ite_softc
57 static void screen_up(struct ite_softc *, int, int, int);
58 static void screen_down(struct ite_softc *, int, int, int);
95 rh_init(struct ite_softc *ip) in rh_init()
101 ip->grf = &grf_softc[ip - ite_softc]; in rh_init()
113 rh_cursor(struct ite_softc *ip, int flag) in rh_cursor()
147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
184 rh_deinit(struct ite_softc *ip) in rh_deinit()
191 rh_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in rh_putc()
207 rh_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in rh_clear()
218 rh_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in rh_scroll()