Searched refs:kbd_softc (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/dev/sun/
H A Dkbdvar.h52 struct kbd_softc { struct
95 int (*open)(struct kbd_softc *);
96 int (*close)(struct kbd_softc *);
97 int (*docmd)(struct kbd_softc *, int, int);
98 int (*setleds)(struct kbd_softc *, int, int);
127 extern struct cons_channel *kbd_cc_alloc(struct kbd_softc *);
133 extern void kbd_input(struct kbd_softc *, int);
H A Dkbdsun.c78 static int kbd_sun_open(struct kbd_softc *);
79 static int kbd_sun_close(struct kbd_softc *);
80 static int kbd_sun_do_cmd(struct kbd_softc *, int, int);
81 static int kbd_sun_set_leds(struct kbd_softc *, int, int);
83 static void kbd_sun_set_leds1(struct kbd_softc *, int); /* aux */
110 kbd_sun_open(struct kbd_softc *kbd)
192 kbd_sun_close(struct kbd_softc *kbd)
205 kbd_sun_do_cmd(struct kbd_softc *kbd, int cmd, int isioctl)
254 kbd_sun_set_leds(struct kbd_softc *kbd, int leds, int isioctl)
280 kbd_sun_set_leds1(struct kbd_softc *kb
[all...]
H A Dkbd.c138 void kbd_wskbd_attach(struct kbd_softc *, int);
153 static void kbd_input_console(struct kbd_softc *, int);
155 static int kbd_input_keysym(struct kbd_softc *, int);
156 static void kbd_input_string(struct kbd_softc *, char *);
157 static void kbd_input_funckey(struct kbd_softc *, int);
158 static void kbd_update_leds(struct kbd_softc *);
161 static void kbd_input_wskbd(struct kbd_softc *, int);
165 static void kbd_input_event(struct kbd_softc *, int);
180 struct kbd_softc *k;
232 struct kbd_softc *
[all...]
H A Dkbdsunvar.h73 struct kbd_softc k_kbd;
H A Dkbd_zs.c80 void kbd_wskbd_attach(struct kbd_softc *k, int isconsole);
H A Dsunkbd.c89 void kbd_wskbd_attach(struct kbd_softc *k, int isconsole);
/netbsd-current/sys/arch/amiga/dev/
H A Dkbd.c136 struct kbd_softc { struct
150 struct kbd_softc kbd_softc; variable in typeref:struct:kbd_softc
204 if (kbd_softc.k_mf2)
218 waa.console = kbd_softc.k_console;
222 kbd_softc.k_wskbddev = config_found(self, &waa, wskbddevprint,
225 kbd_softc.k_pollingmode = 0;
239 kbd_softc.k_console = 1;
297 kbd_softc.k_mf2 = 1;
306 kbd_softc
[all...]
/netbsd-current/sys/arch/atari/dev/
H A Dkbd.c82 struct kbd_softc { struct
134 static struct kbd_softc kbd_softc; /* XXX */ variable in typeref:struct:kbd_softc
151 static void kbd_pkg_start(struct kbd_softc *, uint8_t);
215 struct kbd_softc *sc = &kbd_softc;
288 struct kbd_softc *sc = &kbd_softc;
314 struct kbd_softc *sc = &kbd_softc;
[all...]
/netbsd-current/sys/arch/sparc/dev/
H A Dkbd_pckbport.c128 struct kbd_softc sc_kbd;
158 static int kbd_pckbport_open(struct kbd_softc *);
159 static int kbd_pckbport_close(struct kbd_softc *);
160 static int kbd_pckbport_do_cmd(struct kbd_softc *, int, int);
161 static int kbd_pckbport_set_leds(struct kbd_softc *, int, int);
199 struct kbd_softc *kbd = &sc->sc_kbd;
318 kbd_pckbport_open(struct kbd_softc *kbd)
352 kbd_pckbport_close(struct kbd_softc *kbd)
366 kbd_pckbport_do_cmd(struct kbd_softc *kbd, int suncmd, int isioctl)
391 kbd_pckbport_set_leds(struct kbd_softc *kb
[all...]
/netbsd-current/sys/arch/x68k/dev/
H A Dkbd.c69 struct kbd_softc { struct
92 CFATTACH_DECL_NEW(kbd, sizeof(struct kbd_softc),
134 struct kbd_softc *sc = device_private(self);
194 struct kbd_softc *k;
211 struct kbd_softc *k = device_lookup_private(&kbd_cd, minor(dev));
225 struct kbd_softc *k = device_lookup_private(&kbd_cd, minor(dev));
240 struct kbd_softc *k = device_lookup_private(&kbd_cd, minor(dev));
312 struct kbd_softc *k;
321 struct kbd_softc *k;
337 struct kbd_softc *s
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dkd.c466 struct kbd_softc *kds = cc->cc_private;
/netbsd-current/sys/arch/sun2/dev/
H A Dkd.c512 struct kbd_softc *kds = cc->cc_private;

Completed in 138 milliseconds