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) in tv_init()
227 tv_deinit(struct ite_softc *ip) in tv_deinit()
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) in tv_putc()
309 tv_putc_nm(struct ite_softc *ip, int ch, char *p) in tv_putc_nm()
337 tv_putc_in(struct ite_softc *ip, int ch, char *p) in tv_putc_in()
365 tv_putc_bd(struct ite_softc *ip, int ch, char *p) in tv_putc_bd()
414 tv_putc_ul(struct ite_softc *ip, int ch, char *p) in tv_putc_ul()
450 tv_putc_bd_in(struct ite_softc *ip, int ch, char *p) in tv_putc_bd_in()
483 tv_putc_ul_in(struct ite_softc *ip, int ch, char *p) in tv_putc_ul_in()
519 tv_putc_bd_ul(struct ite_softc *ip, int ch, char *p) in tv_putc_bd_ul()
566 tv_putc_bd_ul_in(struct ite_softc *ip, int ch, char *p) in tv_putc_bd_ul_in()
617 tv_cursor(struct ite_softc *ip, int flag) in tv_cursor()
659 tv_clear(struct ite_softc *ip, int y, int x, int height, int width) in tv_clear()
684 tv_scroll(struct ite_softc *ip, int srcy, int srcx, int count, int dir) in tv_scroll()
764 tv_sixel(struct ite_softc *ip, int sy, int sx) in tv_sixel()