Home | History | Annotate | Download | only in pckbport

Lines Matching refs:synaptics

1 /*	$NetBSD: synaptics.c,v 1.84 2024/07/19 04:48:13 mlelstv Exp $	*/
51 __KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.84 2024/07/19 04:48:13 mlelstv Exp $");
138 container_of((SC), struct pms_softc, u.synaptics); \
227 DPRINTF(10, &psc->u.synaptics, "reset %d 0x%02x 0x%02x\n",
351 struct synaptics_softc *sc = &psc->u.synaptics;
498 struct synaptics_softc *sc = &psc->u.synaptics;
521 "synaptics_probe: Not synaptics.\n");
536 aprint_normal_dev(psc->sc_dev, "Synaptics touchpad version %d.%d\n",
647 struct synaptics_softc *sc = &psc->u.synaptics;
672 * Synaptics documentation says to disable device before
727 CTLFLAG_PERMANENT, CTLTYPE_NODE, "synaptics",
728 SYSCTL_DESCR("Synaptics touchpad controls"),
1198 struct synaptics_softc *sc = &psc->u.synaptics;
1268 struct synaptics_softc *sc = &psc->u.synaptics;
1667 * devices connected to a Synaptics touchpad.
1777 struct synaptics_softc *sc = &psc->u.synaptics;
1778 DPRINTF(10, sc, "synaptics: packet: 0x%02x%02x%02x%02x%02x%02x\n",
2128 * Scale the raw delta in Synaptics coordinates (0-6143) into
2258 struct synaptics_softc *sc = &psc->u.synaptics;