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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c627 static void psmintr(void *);
1965 error = bus_setup_intr(dev, sc->intr, INTR_TYPE_TTY, NULL, psmintr, sc,
2522 * `psmintr()' will be invoked after `splx()' if an interrupt is
2935 psmintr(sc);
2992 psmintr(void *arg) function
3000 VLOG(2, (LOG_DEBUG, "psmintr: active multiplexing mode is not "
3014 VLOG(3, (LOG_DEBUG, "psmintr: delay too long; "
3027 VLOG(4, (LOG_DEBUG, "psmintr: %02x\n", pb->ipacket[0]));
3036 "psmintr: %02x %02x %02x %02x %02x %02x\n",
3047 "psmintr
[all...]

Completed in 50 milliseconds