Home
last modified time | relevance | path

Searched refs:trackpoint_command (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
Dpsm.c6709 trackpoint_command(struct psm_softc *sc, int cmd, int loc, int val) function
6776 error = trackpoint_command(sc, tp[TPMASK] == 0 ? 0x81 : 0x47,
6910 trackpoint_command(sc, 0x81, 0x4a, sc->tpinfo.sensitivity);
6911 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau);
6912 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia);
6913 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach);
6914 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys);
6915 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag);
6916 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh);
6917 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold);
[all …]