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

/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c441 static void psmintr(void *);
1475 error = bus_setup_intr(dev, sc->intr, INTR_TYPE_TTY, NULL, psmintr, sc,
1871 * `psmintr()' will be invoked after `splx()' if an interrupt is
2302 psmintr(sc);
2346 psmintr(void *arg) function
2365 VLOG(3, (LOG_DEBUG, "psmintr: delay too long; "
2378 VLOG(4, (LOG_DEBUG, "psmintr: %02x\n", pb->ipacket[0]));
2387 "psmintr: %02x %02x %02x %02x %02x %02x\n",
2398 "psmintr: Sync bytes now %04x,%04x\n",
2401 VLOG(3, (LOG_DEBUG, "psmintr
[all...]

Completed in 141 milliseconds