Searched refs:touch_count (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dektf2127.c51 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count, argument
57 for (i = 0; i < touch_count; i++) {
74 unsigned int touch_count, i; local
76 touch_count = buf[1] & 0x07;
77 if (touch_count > EKTF2127_MAX_TOUCHES) {
80 touch_count, EKTF2127_MAX_TOUCHES);
81 touch_count = EKTF2127_MAX_TOUCHES;
84 ektf2127_parse_coordinates(buf, touch_count, touches);
86 touch_count, 0);
88 for (i = 0; i < touch_count;
[all...]
H A Dchipone_icn8318.c44 __u8 touch_count; member in struct:icn8318_touch_data
105 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) {
107 touch_data.touch_count, ICN8318_MAX_TOUCHES);
108 touch_data.touch_count = ICN8318_MAX_TOUCHES;
111 for (i = 0; i < touch_data.touch_count; i++) {
H A Dchipone_icn8505.c64 u8 touch_count; member in struct:icn8505_touch_data
336 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) {
338 touch_data.touch_count, ICN8505_MAX_TOUCHES);
339 touch_data.touch_count = ICN8505_MAX_TOUCHES;
342 for (i = 0; i < touch_data.touch_count; i++) {
H A Dhideep.c728 int touch_count = ts->xfer_buf[0]; local
735 touch_count, key_count, lpm_count);
737 touch_count = min(touch_count, HIDEEP_MT_MAX);
738 for (i = 0; i < touch_count; i++)
/linux-master/drivers/hid/
H A Dhid-sony.c1008 static int sony_register_touchpad(struct sony_sc *sc, int touch_count, argument
1064 ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER);

Completed in 141 milliseconds