Symbol: psh3tp_softc
sys/arch/hpcsh/dev/psh3tp.c
114
static void psh3tp_enable(struct psh3tp_softc *);
sys/arch/hpcsh/dev/psh3tp.c
115
static void psh3tp_disable(struct psh3tp_softc *);
sys/arch/hpcsh/dev/psh3tp.c
116
static int psh3tp_set_enable(struct psh3tp_softc *, int, int);
sys/arch/hpcsh/dev/psh3tp.c
119
static void psh3tp_stop_polling(struct psh3tp_softc *);
sys/arch/hpcsh/dev/psh3tp.c
121
static void psh3tp_wsmouse_input(struct psh3tp_softc *, int, int);
sys/arch/hpcsh/dev/psh3tp.c
141
CFATTACH_DECL_NEW(psh3tp, sizeof(struct psh3tp_softc),
sys/arch/hpcsh/dev/psh3tp.c
170
struct psh3tp_softc *sc = device_private(self);
sys/arch/hpcsh/dev/psh3tp.c
212
psh3tp_enable(struct psh3tp_softc *sc __unused)
sys/arch/hpcsh/dev/psh3tp.c
225
psh3tp_disable(struct psh3tp_softc *sc)
sys/arch/hpcsh/dev/psh3tp.c
235
psh3tp_set_enable(struct psh3tp_softc *sc, int on, int child)
sys/arch/hpcsh/dev/psh3tp.c
257
struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;
sys/arch/hpcsh/dev/psh3tp.c
267
struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;
sys/arch/hpcsh/dev/psh3tp.c
277
struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
sys/arch/hpcsh/dev/psh3tp.c
353
struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
sys/arch/hpcsh/dev/psh3tp.c
387
psh3tp_stop_polling(struct psh3tp_softc *sc __unused)
sys/arch/hpcsh/dev/psh3tp.c
408
struct psh3tp_softc *sc = (struct psh3tp_softc *)arg;
sys/arch/hpcsh/dev/psh3tp.c
440
psh3tp_wsmouse_input(struct psh3tp_softc *sc, int rawx, int rawy)
sys/arch/hpcsh/dev/psh3tp.c
494
struct psh3tp_softc *sc = (struct psh3tp_softc *)cookie;