Searched defs:fingers (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | himax_hx852x.c | 24 #define HX852X_COORD_SIZE(fingers) ((fingers) * sizeof(struct hx852x_coord)) argument 25 #define HX852X_WIDTH_SIZE(fingers) ALIGN(fingers, 4) argument 26 #define HX852X_BUF_SIZE(fingers) (HX852X_COORD_SIZE(fingers) + \ argument
|
| H A D | apple_z2.c | 89 struct apple_z2_finger *fingers; in apple_z2_parse_touches() local
|
| H A D | auo-pixcir-ts.c | 190 int fingers = 0; in auo_pixcir_interrupt() local
|
| H A D | wdt87xx_i2c.c | 992 int i, fingers; in wdt87xx_ts_interrupt() local
|
| /linux/drivers/input/mouse/ |
| H A D | focaltech.c | 94 struct focaltech_finger_state fingers[FOC_MAX_FINGERS]; member 153 unsigned char fingers = packet[1]; in focaltech_process_touch_packet() local
|
| H A D | elantech.c | 325 int fingers; in elantech_report_absolute_v1() local 413 unsigned int fingers, x1 = 0, y1 = 0, x2 = 0, y2 = 0; in elantech_report_absolute_v2() local 564 unsigned int fingers = 0, x1 = 0, y1 = 0, x2 = 0, y2 = 0; in elantech_report_absolute_v3() local 657 unsigned fingers; in process_packet_status_v4() local
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 190 struct tp_finger fingers[]; member
|