Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bluetooth/
H A Dbthidev.c114 static void bthidev_timeout(void *);
205 callout_setfunc(&sc->sc_reconnect, bthidev_timeout, sc); in bthidev_attach()
445 bthidev_timeout(void *arg) in bthidev_timeout() function