Lines Matching refs:kbd_softc
78 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 *kbd, int new_leds)
392 struct kbd_softc *kbd = (struct kbd_softc *)k;