Searched refs:trackpoint_command (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/atkbdc/ |
| H A D | psm.c | 6954 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau); 6955 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia); 6956 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach); 6957 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys); 6958 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag); 6959 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh); 6960 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold); 6961 trackpoint_command(sc, 0x81, 0x5d, sc->tpinfo.jenks); 6962 trackpoint_command(sc, 0x81, 0x5e, sc->tpinfo.ztime); 6964 trackpoint_command(sc, 0x47, 0x2c, 0x01); [all …]
|