Lines Matching +full:relative +full:- +full:axis
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2009 Arjan Opmeer <[email protected]>
59 * One hard to find application note states that X axis range is 0 to 576
60 * and Y axis range is 0 to 384 for harware version 1.
66 #define ETP_XMAX_V1 (576 - ETP_EDGE_FUZZ_V1)
68 #define ETP_YMAX_V1 (384 - ETP_EDGE_FUZZ_V1)
121 * - bit 0..3: IC BODY
123 * - bit 4: HiddenButton
124 * - bit 5: PS2_SMBUS_NOTIFY
125 * - bit 6: PS2CRCCheck
170 struct input_dev *tp_dev; /* Relative device for trackpoint */
199 return -ENOSYS; in elantech_init()