Searched refs:trackpoint_command (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c6693 trackpoint_command(struct psm_softc *sc, int cmd, int loc, int val) function
6760 error = trackpoint_command(sc, tp[TPMASK] == 0 ? 0x81 : 0x47,
6894 trackpoint_command(sc, 0x81, 0x4a, sc->tpinfo.sensitivity);
6895 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau);
6896 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia);
6897 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach);
6898 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys);
6899 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag);
6900 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh);
6901 trackpoint_command(s
[all...]

Completed in 132 milliseconds