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

/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c1187 uint32_t buttons_out; local
1197 buttons_out = MOUSE_MSC_BUTTONS;
1199 buttons_out &= ~MOUSE_MSC_BUTTON1UP;
1201 buttons_out &= ~MOUSE_MSC_BUTTON2UP;
1203 buttons_out &= ~MOUSE_MSC_BUTTON3UP;
1207 buf[0] |= buttons_out;
H A Datp.c2121 uint32_t buttons_out; local
2128 buttons_out = MOUSE_MSC_BUTTONS;
2130 buttons_out &= ~MOUSE_MSC_BUTTON1UP;
2132 buttons_out &= ~MOUSE_MSC_BUTTON2UP;
2134 buttons_out &= ~MOUSE_MSC_BUTTON3UP;
2137 dx, dy, buttons_out);
2141 buf[0] |= buttons_out;

Completed in 87 milliseconds