Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/atkbdc/
Dpsm.c626 static void psmsoftintr(void *);
3145 psmsoftintr(arg);
3149 psmhz < 1 ? 1 : (hz/psmhz), psmsoftintr, arg);
4923 psmsoftintr(arg);
4928 psmsoftintr(void *arg) function