Searched refs:trackpoint_command (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/misc/psm/ |
H A D | psm.c | 6767 trackpoint_command(struct psm_softc *sc, int cmd, int loc, int val) function 6834 error = trackpoint_command(sc, tp[TPMASK] == 0 ? 0x81 : 0x47, 6980 trackpoint_command(sc, 0x81, 0x4a, sc->tpinfo.sensitivity); 6981 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau); 6982 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia); 6983 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach); 6984 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys); 6985 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag); 6986 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh); 6987 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold); [all …]
|