Searched refs:trackpoint_command (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/atkbdc/ |
| H A D | psm.c | 6791 trackpoint_command(struct psm_softc *sc, int cmd, int loc, int val) function 6858 error = trackpoint_command(sc, tp[TPMASK] == 0 ? 0x81 : 0x47, 7004 trackpoint_command(sc, 0x81, 0x4a, sc->tpinfo.sensitivity); 7005 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau); 7006 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia); 7007 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach); 7008 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys); 7009 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag); 7010 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh); 7011 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold); [all …]
|