Lines Matching refs:tp_offset
251 uint8_t tp_offset; /* offset to trackpad finger data */ member
268 .tp_offset = FINGER_TYPE1,
283 .tp_offset = FINGER_TYPE1,
298 .tp_offset = FINGER_TYPE2,
313 .tp_offset = FINGER_TYPE2,
328 .tp_offset = FINGER_TYPE2,
343 .tp_offset = FINGER_TYPE2,
358 .tp_offset = FINGER_TYPE2,
373 .tp_offset = FINGER_TYPE2,
388 .tp_offset = FINGER_TYPE2,
402 .tp_offset = FINGER_TYPE2,
417 .tp_offset = FINGER_TYPE2,
432 .tp_offset = FINGER_TYPE3,
447 .tp_offset = FINGER_TYPE4,
873 if ((len < params->tp_offset + params->tp_fsize) || in wsp_intr_callback()
874 ((len - params->tp_offset) % params->tp_fsize) != 0) { in wsp_intr_callback()
898 …f = (struct tp_finger *)(sc->tp_data + params->tp_offset + params->tp_delta + i * params->tp_fsize… in wsp_intr_callback()