Searched refs:hidkbd_attach (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/hid/ |
H A D | hidkbdsc.h | 103 int hidkbd_attach(struct device *, struct hidkbd *, int, uint32_t,
|
H A D | hidkbd.c | 252 hidkbd_attach(struct device *self, struct hidkbd *kbd, int console, in hidkbd_attach() function
|
/openbsd/sys/dev/i2c/ |
H A D | ikbd.c | 115 if (hidkbd_attach(self, kbd, 1, 0, repid, desc, dlen) != 0) in ikbd_attach()
|
/openbsd/sys/dev/usb/ |
H A D | ukbd.c | 246 if (hidkbd_attach(self, kbd, console, qflags, repid, desc, dlen) != 0) in ukbd_attach()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplhidev.c | 618 if (hidkbd_attach(self, kbd, 1, 0, APLHIDEV_KBD_DEVICE, in aplkbd_attach()
|
H A D | apldc.c | 1192 if (hidkbd_attach(self, kbd, 1, 0, APLHIDEV_KBD_DEVICE, in apldckbd_attach()
|