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

  /src/sys/arch/hpcarm/dev/
j720tp.c 82 struct j720tp_softc { struct
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
    [all...]

Completed in 11 milliseconds