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.c176 struct tp_finger { struct
822 struct tp_finger *f; in bcm5974_intr()
830 uint8_t fsize = sizeof(struct tp_finger) + params->tp->delta; in bcm5974_intr()
875 f = (struct tp_finger *)(((uint8_t *)data) + in bcm5974_intr()
/freebsd/sys/dev/usb/input/
H A Dwsp.c319 struct tp_finger { struct
342 #define SIZEOF_FINGER sizeof(struct tp_finger) argument
608 struct tp_finger *index[MAX_FINGERS]; /* finger index data */
967 struct tp_finger *f; in wsp_intr_callback()
1022 …f = (struct tp_finger *)(sc->tp_data + params->tp->offset + params->tp->delta + i * params->tp->fs… in wsp_intr_callback()