Lines Matching defs:j720tp_softc
82 struct j720tp_softc {
114 static void j720tp_enable_intr(struct j720tp_softc *);
115 static void j720tp_disable_intr(struct j720tp_softc *);
117 static int j720tp_get_rawxy(struct j720tp_softc *, int *, int *);
118 static int j720tp_get_hard_icon(struct j720tp_softc *, int, int);
119 static void j720tp_wsmouse_input(struct j720tp_softc *, int, int);
121 static void j720tp_wskbd_input(struct j720tp_softc *, u_int);
196 CFATTACH_DECL_NEW(j720tp, sizeof(struct j720tp_softc),
215 struct j720tp_softc *sc = device_private(self);
263 struct j720tp_softc *sc = self;
280 struct j720tp_softc *sc = self;
288 struct j720tp_softc *sc = self;
304 struct j720tp_softc *sc = self;
325 struct j720tp_softc *sc = self;
349 j720tp_enable_intr(struct j720tp_softc *sc)
363 j720tp_disable_intr(struct j720tp_softc *sc)
376 struct j720tp_softc *sc = arg;
407 j720tp_get_rawxy(struct j720tp_softc *sc, int *rawx, int *rawy)
457 j720tp_get_hard_icon(struct j720tp_softc *sc, int rawx, int rawy)
480 j720tp_wsmouse_input(struct j720tp_softc *sc, int rawx, int rawy)
492 struct j720tp_softc *sc = arg;
517 j720tp_wskbd_input(struct j720tp_softc *sc, u_int evtype)
536 struct j720tp_softc *sc = arg;