Home
last modified time | relevance | path

Searched refs:ite_softc (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dite.c101 struct ite_softc con_itesoftc;
104 struct ite_softc *kbd_ite;
119 void iteputchar(int c, struct ite_softc *ip);
123 static void iteprecheckwrap(struct ite_softc *);
124 static void itecheckwrap(struct ite_softc *);
125 struct ite_softc *getitesp(dev_t);
131 static void alignment_display(struct ite_softc *);
132 inline static void snap_cury(struct ite_softc *);
133 inline static void ite_dnchar(struct ite_softc *, int);
134 inline static void ite_inchar(struct ite_softc *, int);
[all …]
H A Dite_cl.c65 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()
[all …]
H A Dgrfvar.h41 struct ite_softc;
77 void (*g_iteinit)(struct ite_softc *);
78 void (*g_itedeinit)(struct ite_softc *);
79 void (*g_iteclear)(struct ite_softc *, int, int, int, int);
80 void (*g_iteputc)(struct ite_softc *, int, int, int, int);
81 void (*g_itecursor)(struct ite_softc *, int);
82 void (*g_itescroll)(struct ite_softc *, int, int, int, int);
H A Dite_et.c65 void et_init(struct ite_softc *ip);
66 void et_cursor(struct ite_softc *ip, int flag);
67 void et_deinit(struct ite_softc *ip);
68 void et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
69 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
108 et_init(struct ite_softc *ip) in et_init()
121 et_cursor(struct ite_softc *ip, int flag) in et_cursor()
148 et_deinit(struct ite_softc *ip) in et_deinit()
155 et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in et_putc()
[all …]
H A Dite_rh.c57 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()
[all …]
H A Dite_cv3d.c67 void cv3d_ite_init(struct ite_softc *);
68 void cv3d_ite_deinit(struct ite_softc *);
69 static void cv3d_cursor(struct ite_softc *, int);
70 static void cv3d_putc(struct ite_softc *, int, int, int, int);
71 static void cv3d_clear(struct ite_softc *, int, int, int, int);
72 static void cv3d_scroll(struct ite_softc *, int, int, int, int);
117 cv3d_ite_deinit(struct ite_softc *ip) in cv3d_ite_deinit()
132 cv3d_ite_init(register struct ite_softc *ip) in cv3d_ite_init()
181 cv3d_cursor(struct ite_softc *ip, int flag) in cv3d_cursor()
206 cv3d_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in cv3d_putc()
[all …]
H A Dite_cv.c67 void cv_ite_init(struct ite_softc *);
68 void cv_ite_deinit(struct ite_softc *);
69 static void cv_cursor(struct ite_softc *, int);
70 static void cv_putc(struct ite_softc *, int, int, int, int);
71 static void cv_clear(struct ite_softc *, int, int, int, int);
72 static void cv_scroll(struct ite_softc *, int, int, int, int);
117 cv_ite_deinit(struct ite_softc *ip) in cv_ite_deinit()
132 cv_ite_init(register struct ite_softc *ip) in cv_ite_init()
181 cv_cursor(struct ite_softc *ip, int flag) in cv_cursor()
206 cv_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) in cv_putc()
[all …]
H A Dite_rt.c57 void retina_cursor(struct ite_softc *, int);
58 void retina_scroll(struct ite_softc *, int, int, int, int);
59 void retina_deinit(struct ite_softc *);
60 void retina_clear(struct ite_softc *, int, int, int, int);
61 void retina_putc(struct ite_softc *, int, int, int, int);
62 void retina_init(struct ite_softc *);
65 static void screen_up(struct ite_softc *, int, int, int);
66 static void screen_down(struct ite_softc *, int, int, int);
104 retina_init(struct ite_softc *ip) in retina_init()
117 retina_cursor(struct ite_softc *ip, int flag) in retina_cursor()
[all …]
H A Dite_ul.c90 void ulowell_cursor(struct ite_softc *, int);
91 void ulowell_scroll(struct ite_softc *, int, int, int, int);
92 void ulowell_deinit(struct ite_softc *);
93 void ulowell_clear(struct ite_softc *, int, int, int, int);
94 void ulowell_putc(struct ite_softc *, int, int, int, int);
95 void ulowell_init(struct ite_softc *);
140 ulowell_init(struct ite_softc *ip) in ulowell_init()
226 void ulowell_cursor(struct ite_softc *ip, int flag) in ulowell_cursor()
300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
[all …]
H A Dgrf_rhreg.h712 struct ite_softc;
713 void rh_init(struct ite_softc *);
714 void rh_cursor(struct ite_softc *, int);
715 void rh_deinit(struct ite_softc *);
716 void rh_putc(struct ite_softc *, int, int, int, int);
717 void rh_clear(struct ite_softc *, int, int, int, int);
718 void rh_scroll(struct ite_softc *, int, int, int, int);
H A Dite_cc.c133 void view_deinit(struct ite_softc *);
134 void view_init(struct ite_softc *);
136 static void putc8(struct ite_softc *, int, int, int, int);
137 static void clear8(struct ite_softc *, int, int, int, int);
138 static void scroll8(struct ite_softc *, int, int, int, int);
139 static void cursor32(struct ite_softc *, int);
156 int ite_newsize(struct ite_softc *, struct itewinsize *);
199 ite_newsize(struct ite_softc *ip, struct itewinsize *winsz) in ite_newsize()
273 view_init(register struct ite_softc *ip) in view_init()
315 ite_grf_ioctl(struct ite_softc *ip, u_long cmd, void *addr, int flag, in ite_grf_ioctl()
[all …]
H A Ditevar.h51 struct ite_softc { struct
196 void ite_cnfinish(struct ite_softc *);
207 void ite_reset(struct ite_softc *);
210 int ite_grf_ioctl(struct ite_softc *, u_long, void *, int, struct lwp *);
/netbsd-src/sys/arch/atari/dev/
H A Dgrfvar.h50 struct ite_softc;
69 void (*g_iteinit)(struct ite_softc *);
70 void (*g_itedeinit)(struct ite_softc *);
71 void (*g_iteclear)(struct ite_softc *, int, int,
73 void (*g_iteputc)(struct ite_softc *, int, int,
75 void (*g_itecursor)(struct ite_softc *, int);
76 void (*g_itescroll)(struct ite_softc *, int, int,
H A Dite.c104 struct ite_softc con_itesoftc;
107 struct ite_softc *kbd_ite;
111 static inline int ite_argnum(struct ite_softc *);
112 static inline int ite_zargnum(struct ite_softc *);
113 static inline void ite_cr(struct ite_softc *);
114 static inline void ite_crlf(struct ite_softc *);
115 static inline void ite_clrline(struct ite_softc *);
116 static inline void ite_clrscreen(struct ite_softc *);
117 static inline void ite_clrtobos(struct ite_softc *);
118 static inline void ite_clrtobol(struct ite_softc *);
[all …]
H A Dite_et.c79 static void view_init(struct ite_softc *);
80 static void view_deinit(struct ite_softc *);
81 static int iteet_ioctl(struct ite_softc *, u_long, void *, int,
83 static int ite_newsize(struct ite_softc *, struct itewinsize *);
84 static void et_inittextmode(struct ite_softc *, et_sv_reg_t *, int);
85 void et_cursor(struct ite_softc *ip, int flag);
86 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
87 void et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
88 void et_scroll(struct ite_softc *ip, int sy, int sx, int count,
286 view_deinit(struct ite_softc *ip) in view_deinit()
[all …]
H A Dite_cc.c94 static void view_init(struct ite_softc *);
95 static void view_deinit(struct ite_softc *);
96 static int itecc_ioctl(struct ite_softc *, u_long, void *, int,
98 static int ite_newsize(struct ite_softc *, struct itewinsize *);
99 static void cursor32(struct ite_softc *, int);
100 static void putc8(struct ite_softc *, int, int, int, int);
101 static void clear8(struct ite_softc *, int, int, int, int);
102 static void scroll8(struct ite_softc *, int, int, int, int);
321 view_deinit(struct ite_softc *ip) in view_deinit()
327 view_init(register struct ite_softc *ip) in view_init()
[all …]
H A Ditevar.h55 struct ite_softc { struct
102 int (*itexx_ioctl)(struct ite_softc *, u_long, argument
202 void ite_cnfinish(struct ite_softc *);
212 void ite_reset(struct ite_softc *);
/netbsd-src/sys/arch/x68k/dev/
H A Ditevar.h43 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 { argument
258 void itecnfinish(struct ite_softc *);
63 struct ite_softc { global() struct
65 grfite_softc global() argument
66 iswite_softc global() argument
67 flagsite_softc global() argument
68 typeite_softc global() argument
69 open_cntite_softc global() argument
70 privite_softc global() argument
71 curyite_softc global() argument
72 cursoryite_softc global() argument
73 fontite_softc global() argument
74 cursorite_softc global() argument
75 font_hiite_softc global() argument
76 colsite_softc global() argument
77 cplite_softc global() argument
78 ftboldsmearite_softc global() argument
79 attributeite_softc global() argument
80 attrbufite_softc global() argument
81 planemaskite_softc global() argument
82 posite_softc global() argument
83 holdite_softc global() argument
84 key_repeatite_softc global() argument
85 save_GLite_softc global() argument
86 G3ite_softc global() argument
87 bgcolorite_softc global() argument
88 auto_wrapite_softc global() argument
89 keypad_appmodeite_softc global() argument
90 tabsite_softc global() argument
91 eightbit_C1ite_softc global() argument
92 bottom_marginite_softc global() argument
93 sc_omite_softc global() argument
94 save_charite_softc global() argument
95 sc_G3ite_softc global() argument
96 sc_GRite_softc global() argument
[all...]
H A Dite.c101 static inline void alignment_display(struct ite_softc *);
102 static inline void snap_cury(struct ite_softc *);
103 static inline void ite_dnchar(struct ite_softc *, int);
104 static void ite_inchar(struct ite_softc *, int);
105 static inline void ite_clrtoeol(struct ite_softc *);
106 static inline void ite_clrtobol(struct ite_softc *);
107 static inline void ite_clrline(struct ite_softc *);
108 static inline void ite_clrtoeos(struct ite_softc *);
109 static inline void ite_clrtobos(struct ite_softc *);
110 static inline void ite_clrscreen(struct ite_softc *);
[all...]
H A Dite_tv.c93 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); in txrascpy()
166 tv_init(struct ite_softc *ip) in tv_init()
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) in tv_putc()
309 tv_putc_nm(struct ite_softc *i in tv_putc_nm()
[all...]