Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/kbd/
HDatkbd.c224 static kbd_probe_t atkbd_probe; variable
243 .probe = atkbd_probe,
343 if (atkbd_probe(ATKBD_DEFAULT, arg, flags)) { in atkbd_configure()
358 atkbd_probe(int unit, void *arg, int flags) in atkbd_probe() function