Lines Matching defs:psh3tp_softc
93 struct psh3tp_softc {
114 static void psh3tp_enable(struct psh3tp_softc *);
115 static void psh3tp_disable(struct psh3tp_softc *);
116 static int psh3tp_set_enable(struct psh3tp_softc *, int, int);
119 static void psh3tp_stop_polling(struct psh3tp_softc *);
121 static void psh3tp_wsmouse_input(struct psh3tp_softc *, int, int);
141 CFATTACH_DECL_NEW(psh3tp, sizeof(struct psh3tp_softc),
170 struct psh3tp_softc *sc = device_private(self);
212 psh3tp_enable(struct psh3tp_softc *sc __unused)
225 psh3tp_disable(struct psh3tp_softc *sc)
235 psh3tp_set_enable(struct psh3tp_softc *sc, int on, int child)
257 struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;
267 struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;
277 struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
353 struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
387 psh3tp_stop_polling(struct psh3tp_softc *sc __unused)
408 struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
440 psh3tp_wsmouse_input(struct psh3tp_softc *sc, int rawx, int rawy)
494 struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;