Searched defs:psm_softc (Results 1 – 1 of 1) sorted by relevance
428 struct psm_softc { /* Driver status information */ struct429 device_t dev;430 struct selinfo rsel; /* Process selecting for Input */431 u_char state; /* Mouse driver state */432 int config; /* driver configuration flags */433 int flags; /* other flags */434 KBDC kbdc; /* handle to access kbd controller */435 struct resource *intr; /* IRQ resource */436 void *ih; /* interrupt handle */437 mousehw_t hw; /* hardware information */[all …]