Searched refs:hidkbd (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/hid/
H A Dhidkbdsc.h53 struct hidkbd { struct
103 int hidkbd_attach(struct device *, struct hidkbd *, int, uint32_t,
105 void hidkbd_attach_wskbd(struct hidkbd *, kbd_t,
108 void hidkbd_cngetc(struct hidkbd *, u_int *, int *);
109 int hidkbd_detach(struct hidkbd *, int);
110 int hidkbd_enable(struct hidkbd *, int);
111 void hidkbd_input(struct hidkbd *, uint8_t *, u_int);
112 int hidkbd_ioctl(struct hidkbd *, u_long, caddr_t, int, struct proc *);
113 int hidkbd_set_leds(struct hidkbd *, int, uint8_t *);
H A Dhidkbd.c1 /* $OpenBSD: hidkbd.c,v 1.13 2024/07/02 05:50:02 gkoehler Exp $ */
237 const char *hidkbd_parse_desc(struct hidkbd *, int, void *, int);
242 void hidkbd_decode(struct hidkbd *, struct hidkbd_data *);
252 hidkbd_attach(struct device *self, struct hidkbd *kbd, int console,
291 hidkbd_attach_wskbd(struct hidkbd *kbd, kbd_t layout,
306 hidkbd_detach(struct hidkbd *kbd, int flags)
324 /* No need to do reference counting of hidkbd, wskbd has all the goo */
348 struct hidkbd *kbd = vsc;
364 struct hidkbd *kbd = vsc;
376 struct hidkbd *kb
[all...]
/openbsd-current/sys/dev/i2c/
H A Dikbd.c39 struct hidkbd sc_kbd;
99 struct hidkbd *kbd = &sc->sc_kbd;
134 struct hidkbd *kbd = &sc->sc_kbd;
143 struct hidkbd *kbd = &sc->sc_kbd;
153 struct hidkbd *kbd = &sc->sc_kbd;
176 struct hidkbd *kbd = &sc->sc_kbd;
198 struct hidkbd *kbd = &sc->sc_kbd;
/openbsd-current/sys/dev/usb/
H A Dukbd.c130 struct hidkbd sc_kbd;
214 struct hidkbd *kbd = &sc->sc_kbd;
340 struct hidkbd *kbd = &sc->sc_kbd;
356 struct hidkbd *kbd = &sc->sc_kbd;
366 struct hidkbd *kbd = &sc->sc_kbd;
387 struct hidkbd *kbd = &sc->sc_kbd;
402 struct hidkbd *kbd = &sc->sc_kbd;
426 struct hidkbd *kbd = &sc->sc_kbd;
517 struct hidkbd *kbd = &sc->sc_kbd;
/openbsd-current/sys/arch/arm64/dev/
H A Daplhidev.c567 struct hidkbd sc_kbd;
615 struct hidkbd *kbd = &sc->sc_kbd;
651 struct hidkbd *kbd = &sc->sc_kbd;
661 struct hidkbd *kbd = &sc->sc_kbd;
670 struct hidkbd *kbd = &sc->sc_kbd;
689 struct hidkbd *kbd = &sc->sc_kbd;
701 struct hidkbd *kbd = &sc->sc_kbd;
H A Dapldc.c1140 struct hidkbd sc_kbd;
1188 struct hidkbd *kbd = &sc->sc_kbd;
1217 struct hidkbd *kbd = &sc->sc_kbd;
1227 struct hidkbd *kbd = &sc->sc_kbd;
1236 struct hidkbd *kbd = &sc->sc_kbd;
1255 struct hidkbd *kbd = &sc->sc_kbd;
1267 struct hidkbd *kbd = &sc->sc_kbd;

Completed in 115 milliseconds