Searched refs:mseintr (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/mse/
H A Dmse.c110 static void mseintr(void *);
139 NULL, mseintr, sc, &sc->sc_ih)) {
489 * mseintr: update mouse status. sc_deltax and sc_deltay are accumulative.
492 mseintr(void *arg) function
524 printf("mseintr\n");

Completed in 117 milliseconds