Searched refs:repeat_axis (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c1738 atp_axis repeat_axis; /* axis with multi-pspans */ local
1742 repeat_axis = (nspans[X] > nspans[Y]) ? Y : X;
1744 for (i = 0; i < nspans[repeat_axis]; i++) {
1745 if (spans[repeat_axis][i].cum > cum) {
1747 cum = spans[repeat_axis][i].cum;
1758 if ((repeat_axis == X) &&
1762 } else if ((repeat_axis == Y) &&

Completed in 94 milliseconds