Searched refs:tpinfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c310 trackpointinfo_t tpinfo; /* TrackPoint configuration */ member in struct:psm_softc
4583 #define PSM_TPINFO(x) offsetof(struct psm_softc, tpinfo.x)
4635 if (sc->tpinfo.sysctl_tree != NULL)
4639 sysctl_ctx_init(&sc->tpinfo.sysctl_ctx);
4640 sc->tpinfo.sysctl_tree = SYSCTL_ADD_NODE(&sc->tpinfo.sysctl_ctx,
4645 sc->tpinfo.sensitivity = 0x64;
4646 SYSCTL_ADD_PROC(&sc->tpinfo.sysctl_ctx,
4647 SYSCTL_CHILDREN(sc->tpinfo.sysctl_tree), OID_AUTO,
4654 sc->tpinfo
[all...]

Completed in 70 milliseconds