psh3tp_softc
static void psh3tp_enable(struct psh3tp_softc *);
static void psh3tp_disable(struct psh3tp_softc *);
static int psh3tp_set_enable(struct psh3tp_softc *, int, int);
static void psh3tp_stop_polling(struct psh3tp_softc *);
static void psh3tp_wsmouse_input(struct psh3tp_softc *, int, int);
CFATTACH_DECL_NEW(psh3tp, sizeof(struct psh3tp_softc),
struct psh3tp_softc *sc = device_private(self);
psh3tp_enable(struct psh3tp_softc *sc __unused)
psh3tp_disable(struct psh3tp_softc *sc)
psh3tp_set_enable(struct psh3tp_softc *sc, int on, int child)
struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;
struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;
struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
psh3tp_stop_polling(struct psh3tp_softc *sc __unused)
struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
psh3tp_wsmouse_input(struct psh3tp_softc *sc, int rawx, int rawy)
struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;