Searched refs:touch_count (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | ektf2127.c | 54 static void ektf2127_parse_coordinates(const u8* buf, unsigned int touch_count, in ektf2127_parse_coordinates() argument 60 for (i = 0; i < touch_count; i++) { in ektf2127_parse_coordinates() 77 unsigned int touch_count, i; in ektf2127_report_event() local 79 touch_count = buf[1] & 0x07; in ektf2127_report_event() 80 if (touch_count > EKTF2127_MAX_TOUCHES) { in ektf2127_report_event() 83 touch_count, EKTF2127_MAX_TOUCHES); in ektf2127_report_event() 84 touch_count = EKTF2127_MAX_TOUCHES; in ektf2127_report_event() 87 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event() 89 touch_count, 0); in ektf2127_report_event() 91 for (i = 0; i < touch_count; i++) { in ektf2127_report_event()
|
D | chipone_icn8318.c | 48 __u8 touch_count; member 109 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) { in icn8318_irq() 111 touch_data.touch_count, ICN8318_MAX_TOUCHES); in icn8318_irq() 112 touch_data.touch_count = ICN8318_MAX_TOUCHES; in icn8318_irq() 115 for (i = 0; i < touch_data.touch_count; i++) { in icn8318_irq()
|
D | chipone_icn8505.c | 64 u8 touch_count; member 336 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) { in icn8505_irq() 338 touch_data.touch_count, ICN8505_MAX_TOUCHES); in icn8505_irq() 339 touch_data.touch_count = ICN8505_MAX_TOUCHES; in icn8505_irq() 342 for (i = 0; i < touch_data.touch_count; i++) { in icn8505_irq()
|
D | hideep.c | 718 int touch_count = ts->xfer_buf[0]; in hideep_parse_and_report() local 725 touch_count, key_count, lpm_count); in hideep_parse_and_report() 727 touch_count = min(touch_count, HIDEEP_MT_MAX); in hideep_parse_and_report() 728 for (i = 0; i < touch_count; i++) in hideep_parse_and_report()
|
/Linux-v4.19/drivers/hid/ |
D | hid-sony.c | 1349 static int sony_register_touchpad(struct sony_sc *sc, int touch_count, in sony_register_touchpad() argument 1402 ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER); in sony_register_touchpad()
|