Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c312 static task_fn_t hkbd_event_keyinput; variable
554 hkbd_event_keyinput(void *context, int pending) in hkbd_event_keyinput() function
893 TASK_INIT(&sc->sc_task, 0, hkbd_event_keyinput, sc); in hkbd_attach()