Home
last modified time | relevance | path

Searched refs:touches_by_report (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-multitouch.c117 __u8 touches_by_report; /* how many touches are present in one report: member
471 td->touches_by_report++; in mt_touch_input_mapping()
912 if (td->touches_by_report == 1) { in mt_post_parse_default_settings()
928 if (td->touches_by_report > 0) { in mt_post_parse()
929 int field_count_per_touch = f->length / td->touches_by_report; in mt_post_parse()