Searched refs:trackpoint_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | psm.c | 6867 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau); 6868 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia); 6869 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach); 6870 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys); 6871 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag); 6872 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh); 6873 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold); 6874 trackpoint_command(sc, 0x81, 0x5d, sc->tpinfo.jenks); 6875 trackpoint_command(sc, 0x81, 0x5e, sc->tpinfo.ztime); 6877 trackpoint_command(sc, 0x47, 0x2c, 0x01); [all …]
|