Searched refs:trackpoint_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | psm.c | 6934 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau); 6935 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia); 6936 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach); 6937 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys); 6938 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag); 6939 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh); 6940 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold); 6941 trackpoint_command(sc, 0x81, 0x5d, sc->tpinfo.jenks); 6942 trackpoint_command(sc, 0x81, 0x5e, sc->tpinfo.ztime); 6944 trackpoint_command(sc, 0x47, 0x2c, 0x01); [all …]
|