Lines Matching refs:ite_softc
93 static void tv_putc(struct ite_softc *, int, int, int, int);
94 static void tv_cursor(struct ite_softc *, int);
95 static void tv_clear(struct ite_softc *, int, int, int, int);
96 static void tv_scroll(struct ite_softc *, int, int, int, int);
98 static void tv_sixel(struct ite_softc *, int, int);
166 tv_init(struct ite_softc *ip)
227 tv_deinit(struct ite_softc *ip)
234 typedef void tv_putcfunc(struct ite_softc *, int, char *);
268 tv_putc(struct ite_softc *ip, int ch, int y, int x, int mode)
309 tv_putc_nm(struct ite_softc *ip, int ch, char *p)
337 tv_putc_in(struct ite_softc *ip, int ch, char *p)
365 tv_putc_bd(struct ite_softc *ip, int ch, char *p)
414 tv_putc_ul(struct ite_softc *ip, int ch, char *p)
450 tv_putc_bd_in(struct ite_softc *ip, int ch, char *p)
483 tv_putc_ul_in(struct ite_softc *ip, int ch, char *p)
519 tv_putc_bd_ul(struct ite_softc *ip, int ch, char *p)
566 tv_putc_bd_ul_in(struct ite_softc *ip, int ch, char *p)
617 tv_cursor(struct ite_softc *ip, int flag)
659 tv_clear(struct ite_softc *ip, int y, int x, int height, int width)
684 tv_scroll(struct ite_softc *ip, int srcy, int srcx, int count, int dir)
764 tv_sixel(struct ite_softc *ip, int sy, int sx)