Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c144 struct hkbd_softc { struct
316 static int hkbd_set_leds(struct hkbd_softc *, uint8_t);
320 static int hkbd_key2scan(struct hkbd_softc *, int, const bitstr_t *, int);
327 static void hkbd_interrupt(struct hkbd_softc *);
345 hkbd_any_key_pressed(struct hkbd_softc *sc) in hkbd_any_key_pressed()
354 hkbd_any_key_valid(struct hkbd_softc *sc) in hkbd_any_key_valid()
370 hkbd_start_timer(struct hkbd_softc *sc) in hkbd_start_timer()
396 hkbd_put_key(struct hkbd_softc *sc, uint32_t key) in hkbd_put_key()
423 hkbd_do_poll(struct hkbd_softc *sc, uint8_t wait) in hkbd_do_poll()
472 hkbd_get_key(struct hkbd_softc *sc, uint8_t wait) in hkbd_get_key()
[all …]