Lines Matching refs:tpinfo
445 trackpointinfo_t tpinfo; /* TrackPoint configuration */ member
1878 guest_model = sc->tpinfo.sysctl_tree != NULL ?
2011 if (sc->synhw.infoMajor >= 4 || sc->tpinfo.sysctl_tree != NULL)
6803 #define PSM_TPINFO(x) offsetof(struct psm_softc, tpinfo.x)
6855 if (sc->tpinfo.sysctl_tree != NULL)
6859 sysctl_ctx_init(&sc->tpinfo.sysctl_ctx);
6860 sc->tpinfo.sysctl_tree = SYSCTL_ADD_NODE(&sc->tpinfo.sysctl_ctx,
6865 sc->tpinfo.sensitivity = 0x80;
6866 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6867 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6875 sc->tpinfo.inertia = 0x06;
6876 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6877 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6885 sc->tpinfo.uplateau = 0x61;
6886 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6887 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6895 sc->tpinfo.reach = 0x0a;
6896 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6897 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6905 sc->tpinfo.draghys = 0xff;
6906 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6907 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6915 sc->tpinfo.mindrag = 0x14;
6916 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6917 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6925 sc->tpinfo.upthresh = 0xff;
6926 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6927 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6935 sc->tpinfo.threshold = 0x08;
6936 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6937 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6945 sc->tpinfo.jenks = 0x87;
6946 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6947 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6955 sc->tpinfo.ztime = 0x26;
6956 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6957 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6965 sc->tpinfo.pts = 0x00;
6966 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6967 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6975 sc->tpinfo.skipback = 0x00;
6976 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
6977 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
6988 trackpoint_command(sc, 0x81, 0x4a, sc->tpinfo.sensitivity);
6989 trackpoint_command(sc, 0x81, 0x60, sc->tpinfo.uplateau);
6990 trackpoint_command(sc, 0x81, 0x4d, sc->tpinfo.inertia);
6991 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach);
6992 trackpoint_command(sc, 0x81, 0x58, sc->tpinfo.draghys);
6993 trackpoint_command(sc, 0x81, 0x59, sc->tpinfo.mindrag);
6994 trackpoint_command(sc, 0x81, 0x5a, sc->tpinfo.upthresh);
6995 trackpoint_command(sc, 0x81, 0x5c, sc->tpinfo.threshold);
6996 trackpoint_command(sc, 0x81, 0x5d, sc->tpinfo.jenks);
6997 trackpoint_command(sc, 0x81, 0x5e, sc->tpinfo.ztime);
6998 if (sc->tpinfo.pts == 0x01)
7000 if (sc->tpinfo.skipback == 0x01)
7046 sc->tpinfo.vendor = vendor;
7047 sc->tpinfo.firmware = firmware;