Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-sony.c927 int n, m, offset, num_touch_data, max_touch_data; in dualshock4_parse_report() local
1067 num_touch_data = rd[offset]; in dualshock4_parse_report()
1069 num_touch_data = 1; in dualshock4_parse_report()
1072 for (m = 0; m < num_touch_data; m++) { in dualshock4_parse_report()