Searched refs:digi_poll (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c72 static void digi_poll(void *ptr);
141 digi_poll(void *ptr) function
148 sc->callout = timeout(digi_poll, sc, (hz >= 200) ? hz / 100 : 1);
164 sc->callout = timeout(digi_poll, sc, (hz >= 200) ? hz / 100 : 1);
1497 untimeout(digi_poll, sc, sc->callout);

Completed in 78 milliseconds