Home
last modified time | relevance | path

Searched defs:fingers (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dhimax_hx852x.c24 #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 Dapple_z2.c89 struct apple_z2_finger *fingers; in apple_z2_parse_touches() local
H A Dauo-pixcir-ts.c190 int fingers = 0; in auo_pixcir_interrupt() local
H A Dwdt87xx_i2c.c992 int i, fingers; in wdt87xx_ts_interrupt() local
/linux/drivers/input/mouse/
H A Dfocaltech.c94 struct focaltech_finger_state fingers[FOC_MAX_FINGERS]; member
153 unsigned char fingers = packet[1]; in focaltech_process_touch_packet() local
H A Delantech.c325 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 Dapplespi.c190 struct tp_finger fingers[]; member