Searched defs:psm_softc (Results 1 – 1 of 1) sorted by relevance
432 struct psm_softc { /* Driver status information */ struct433 device_t dev;434 struct kqinfo rkq; /* Processes with registered kevents */435 struct lock lock; /* Control lock */436 u_char state; /* Mouse driver state */437 int config; /* driver configuration flags */438 int flags; /* other flags */439 KBDC kbdc; /* handle to access kbd controller */440 struct resource *intr; /* IRQ resource */441 void *ih; /* interrupt handle */[all …]