Searched refs:hidkbd (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/dev/hid/ |
H A D | hidkbdsc.h | 53 struct hidkbd { struct 103 int hidkbd_attach(struct device *, struct hidkbd *, int, uint32_t, argument 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 D | hidkbd.c | 242 void hidkbd_decode(struct hidkbd *, struct hidkbd_data *); 291 hidkbd_attach_wskbd(struct hidkbd *kbd, kbd_t layout, in hidkbd_attach_wskbd() 306 hidkbd_detach(struct hidkbd *kbd, int flags) in hidkbd_detach() 348 struct hidkbd *kbd = vsc; in hidkbd_apple_translate() 364 struct hidkbd *kbd = vsc; in hidkbd_apple_munge() 376 struct hidkbd *kbd = vsc; in hidkbd_apple_tb_munge() 398 struct hidkbd *kbd = vsc; in hidkbd_apple_mba_munge() 462 struct hidkbd *kbd = addr; in hidkbd_delayed_decode() 468 hidkbd_decode(struct hidkbd *kbd, struct hidkbd_data *ud) in hidkbd_decode() 620 hidkbd_enable(struct hidkbd *kbd, int on) in hidkbd_enable() [all …]
|
H A D | files.hid | 13 define hidkbd 14 file dev/hid/hidkbd.c hidkbd needs-flag
|
/openbsd/sys/dev/i2c/ |
H A D | ikbd.c | 39 struct hidkbd sc_kbd; 99 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_attach() 134 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_detach() 143 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_intr() 153 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_enable() 176 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_ioctl() 198 struct hidkbd *kbd = &sc->sc_kbd; in ikbd_cngetc()
|
H A D | files.i2c | 214 device ikbd: hid, hidkbd, wskbddev
|
/openbsd/sys/dev/usb/ |
H A D | ukbd.c | 130 struct hidkbd sc_kbd; 214 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_attach() 340 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_detach() 356 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_intr() 366 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_enable() 387 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_set_leds() 402 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_ioctl() 426 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_cngetc() 517 struct hidkbd *kbd = &sc->sc_kbd; in ukbd_gdium_munge()
|
H A D | files.usb | 90 file dev/usb/ukbdmap.c hidkbd 91 device ukbd: hid, hidkbd, wskbddev
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplhidev.c | 567 struct hidkbd sc_kbd; 615 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_attach() 651 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_intr() 661 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_enable() 670 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_ioctl() 689 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_set_leds() 701 struct hidkbd *kbd = &sc->sc_kbd; in aplkbd_cngetc()
|
H A D | apldc.c | 1140 struct hidkbd sc_kbd; 1188 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_attach() 1217 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_intr() 1227 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_enable() 1236 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_ioctl() 1255 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_set_leds() 1267 struct hidkbd *kbd = &sc->sc_kbd; in apldckbd_cngetc()
|
/openbsd/sys/arch/arm64/conf/ |
H A D | files.arm64 | 158 device apldckbd: hid, hidkbd, wskbddev 186 device aplkbd: hid, hidkbd, wskbddev
|