Symbol: j720tp_softc
sys/arch/hpcarm/dev/j720tp.c
114
static void j720tp_enable_intr(struct j720tp_softc *);
sys/arch/hpcarm/dev/j720tp.c
115
static void j720tp_disable_intr(struct j720tp_softc *);
sys/arch/hpcarm/dev/j720tp.c
117
static int j720tp_get_rawxy(struct j720tp_softc *, int *, int *);
sys/arch/hpcarm/dev/j720tp.c
118
static int j720tp_get_hard_icon(struct j720tp_softc *, int, int);
sys/arch/hpcarm/dev/j720tp.c
119
static void j720tp_wsmouse_input(struct j720tp_softc *, int, int);
sys/arch/hpcarm/dev/j720tp.c
121
static void j720tp_wskbd_input(struct j720tp_softc *, u_int);
sys/arch/hpcarm/dev/j720tp.c
196
CFATTACH_DECL_NEW(j720tp, sizeof(struct j720tp_softc),
sys/arch/hpcarm/dev/j720tp.c
215
struct j720tp_softc *sc = device_private(self);
sys/arch/hpcarm/dev/j720tp.c
263
struct j720tp_softc *sc = self;
sys/arch/hpcarm/dev/j720tp.c
280
struct j720tp_softc *sc = self;
sys/arch/hpcarm/dev/j720tp.c
288
struct j720tp_softc *sc = self;
sys/arch/hpcarm/dev/j720tp.c
304
struct j720tp_softc *sc = self;
sys/arch/hpcarm/dev/j720tp.c
325
struct j720tp_softc *sc = self;
sys/arch/hpcarm/dev/j720tp.c
349
j720tp_enable_intr(struct j720tp_softc *sc)
sys/arch/hpcarm/dev/j720tp.c
363
j720tp_disable_intr(struct j720tp_softc *sc)
sys/arch/hpcarm/dev/j720tp.c
376
struct j720tp_softc *sc = arg;
sys/arch/hpcarm/dev/j720tp.c
407
j720tp_get_rawxy(struct j720tp_softc *sc, int *rawx, int *rawy)
sys/arch/hpcarm/dev/j720tp.c
457
j720tp_get_hard_icon(struct j720tp_softc *sc, int rawx, int rawy)
sys/arch/hpcarm/dev/j720tp.c
480
j720tp_wsmouse_input(struct j720tp_softc *sc, int rawx, int rawy)
sys/arch/hpcarm/dev/j720tp.c
492
struct j720tp_softc *sc = arg;
sys/arch/hpcarm/dev/j720tp.c
517
j720tp_wskbd_input(struct j720tp_softc *sc, u_int evtype)
sys/arch/hpcarm/dev/j720tp.c
536
struct j720tp_softc *sc = arg;