Home | History | Annotate | Download | only in sun

Lines Matching refs:kbd_softc

138 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 *k;
251 struct kbd_softc *k;
261 struct kbd_softc *k;
270 struct kbd_softc *k;
279 struct kbd_softc *k;
460 kbd_input(struct kbd_softc *k, int code)
510 kbd_cc_alloc(struct kbd_softc *k)
537 struct kbd_softc *k;
564 struct kbd_softc *k;
595 kbd_input_console(struct kbd_softc *k, int code)
635 struct kbd_softc *k = arg;
660 kbd_input_keysym(struct kbd_softc *k, int keysym)
723 kbd_input_string(struct kbd_softc *k, char *str)
738 kbd_input_funckey(struct kbd_softc *k, int keysym)
753 kbd_update_leds(struct kbd_softc *k)
783 kbd_input_event(struct kbd_softc *k, int code)
900 struct kbd_softc *k;
916 struct kbd_softc *k = cookie;
923 kbd_input_wskbd(struct kbd_softc *k, int code)
970 struct kbd_softc *k = v;
992 struct kbd_softc *k = v;
1011 struct kbd_softc *k = v;
1053 struct kbd_softc *k = v;
1061 struct kbd_softc *k = v;
1070 struct kbd_softc *k = device_private(dev);
1098 kbd_wskbd_attach(struct kbd_softc *k, int isconsole)