Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dbcm5974.c164 struct tp_finger_compact { struct
173 _Static_assert((sizeof(struct tp_finger_compact) == 9), "tp_finger struct size must be 9"); argument
823 struct tp_finger_compact *fc; in bcm5974_intr()
833 fsize = sizeof(struct tp_finger_compact) + params->tp->delta; in bcm5974_intr()
847 fc = (struct tp_finger_compact *)(((uint8_t *)data) + in bcm5974_intr()