Home
last modified time | relevance | path

Searched refs:tp_finger (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hid/
H A Dbcm5974.c172 _Static_assert((sizeof(struct tp_finger_compact) == 9), "tp_finger struct size must be 9");
175 struct tp_finger { argument
816 struct tp_finger *f; in bcm5974_intr()
824 uint8_t fsize = sizeof(struct tp_finger) + params->tp->delta; in bcm5974_intr()
869 f = (struct tp_finger *)(((uint8_t *)data) + in bcm5974_intr()
173 struct tp_finger { global() struct
174 origintp_finger global() argument
176 abs_ytp_finger global() argument
177 rel_xtp_finger global() argument
178 rel_ytp_finger global() argument
179 tool_majortp_finger global() argument
180 tool_minortp_finger global() argument
181 orientationtp_finger global() argument
182 touch_majortp_finger global() argument
183 touch_minortp_finger global() argument
184 unusedtp_finger global() argument
185 pressuretp_finger global() argument
186 multitp_finger global() argument
/freebsd/sys/dev/usb/input/
H A Dwsp.c318 struct tp_finger { struct
341 #define SIZEOF_FINGER sizeof(struct tp_finger) argument
607 struct tp_finger *index[MAX_FINGERS]; /* finger index data */
965 struct tp_finger *f; in wsp_intr_callback()
1020 …f = (struct tp_finger *)(sc->tp_data + params->tp->offset + params->tp->delta + i * params->tp->fs… in wsp_intr_callback()