Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c641 static void psmsoftintr(void *);
3151 psmsoftintr(arg);
3155 psmhz < 1 ? 1 : (hz/psmhz), psmsoftintr, arg);
4925 psmsoftintr(arg);
4930 psmsoftintr(void *arg) function