Lines Matching refs:ite_softc
65 void cl_init(struct ite_softc *ip);
66 void cl_cursor(struct ite_softc *ip, int flag);
67 void cl_deinit(struct ite_softc *ip);
68 void cl_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
69 void cl_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void cl_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
105 cl_init(struct ite_softc *ip) in cl_init()
118 cl_cursor(struct ite_softc *ip, int flag) in cl_cursor()
143 cl_deinit(struct ite_softc *ip) in cl_deinit()
150 cl_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in cl_putc()
173 cl_clear(struct ite_softc *ip, int sy, int sx, int h, int w) in cl_clear()
198 cl_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) in cl_scroll()