Home
last modified time | relevance | path

Searched defs:psm_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/atkbdc/
H A Dpsm.c429 struct psm_softc { /* Driver status information */ struct
430 device_t dev;
431 struct selinfo rsel; /* Process selecting for Input */
432 u_char state; /* Mouse driver state */
433 int config; /* driver configuration flags */
434 int flags; /* other flags */
435 KBDC kbdc; /* handle to access kbd controller */
436 struct resource *intr; /* IRQ resource */
437 void *ih; /* interrupt handle */
438 mousehw_t hw; /* hardware information */
[all …]