Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-magicmouse.c381 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
389 npoints = (size - 4) / 9; in magicmouse_raw_event()
390 if (npoints > 15) { in magicmouse_raw_event()
396 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
411 npoints = (size - 12) / 9; in magicmouse_raw_event()
412 if (npoints > 15) { in magicmouse_raw_event()
418 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
427 npoints = (size - 6) / 8; in magicmouse_raw_event()
428 if (npoints > 15) { in magicmouse_raw_event()
434 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
[all …]