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

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c132 struct hkbd_softc { struct
300 static int hkbd_set_leds(struct hkbd_softc *, uint8_t);
304 static int hkbd_key2scan(struct hkbd_softc *, int, const uint64_t *, int);
311 static void hkbd_interrupt(struct hkbd_softc *);
329 hkbd_any_key_pressed(struct hkbd_softc *sc)
340 hkbd_any_key_valid(struct hkbd_softc *sc)
358 hkbd_start_timer(struct hkbd_softc *sc)
384 hkbd_put_key(struct hkbd_softc *sc, uint32_t key)
409 hkbd_do_poll(struct hkbd_softc *sc, uint8_t wait)
458 hkbd_get_key(struct hkbd_softc *s
[all...]

Completed in 57 milliseconds