Lines Matching defs:ite_softc
43 struct ite_softc;
47 void (*ite_init)(struct ite_softc *);
48 void (*ite_deinit)(struct ite_softc *);
49 void (*ite_clear)(struct ite_softc *, int, int, int, int);
50 void (*ite_putc)(struct ite_softc *, int, int, int, int);
51 void (*ite_cursor)(struct ite_softc *, int);
52 void (*ite_scroll)(struct ite_softc *, int, int, int, int);
53 void (*ite_sixel)(struct ite_softc *, int, int);
64 struct ite_softc {
258 void itecnfinish(struct ite_softc *);
267 void ite_reset(struct ite_softc *);
272 void tv_init(struct ite_softc *);
273 void tv_deinit(struct ite_softc *);