Home
last modified time | relevance | path

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

/src/sys/dev/hid/
H A Dhkbd.c314 static task_fn_t hkbd_event_keyinput; variable
556 hkbd_event_keyinput(void *context, int pending) in hkbd_event_keyinput() function
895 TASK_INIT(&sc->sc_task, 0, hkbd_event_keyinput, sc); in hkbd_attach()