Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-magicmouse.c391 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
403 npoints = (size - 4) / 9; in magicmouse_raw_event()
404 if (npoints > 15) { in magicmouse_raw_event()
410 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
425 npoints = (size - 12) / 9; in magicmouse_raw_event()
426 if (npoints > 15) { in magicmouse_raw_event()
432 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
441 npoints = (size - 6) / 8; in magicmouse_raw_event()
442 if (npoints > 15) { in magicmouse_raw_event()
448 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
[all …]