HomeSort by: relevance | last modified time | path
    Searched defs:psh3tp_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcsh/dev/
psh3tp.c 93 struct psh3tp_softc { struct
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
    [all...]

Completed in 13 milliseconds