/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-moxa-uc-2100-common.dtsi | 26 buttons: push_button { label 166 &buttons {
|
am335x-moxa-uc-2100-common.dtsi | 26 buttons: push_button { label 166 &buttons {
|
am335x-moxa-uc-8100-common.dtsi | 31 buttons: push_button { label 378 &buttons {
|
am335x-pepper.dts | 25 buttons: user_buttons { label 596 &buttons {
|
/src/sys/arch/pmax/tc/ |
dtms.c | 143 int buttons, dx, dy; local in function:dtms_handler 152 buttons = tmp & 1; 154 buttons |= 4; 156 buttons |= 2; 171 buttons,
|
dtms.c | 143 int buttons, dx, dy; local in function:dtms_handler 152 buttons = tmp & 1; 154 buttons |= 4; 156 buttons |= 2; 171 buttons,
|
/src/sys/arch/i386/isa/ |
mms.c | 214 u_int buttons; local in function:mmsintr 244 buttons = ((status & 0x04) ? 0x1 : 0) | 251 buttons,
|
mms.c | 214 u_int buttons; local in function:mmsintr 244 buttons = ((status & 0x04) ? 0x1 : 0) | 251 buttons,
|
lms.c | 224 u_int buttons; local in function:lmsintr 248 buttons = ((hi & 0x80) ? 0 : 0x1) | 251 changed = (buttons ^ sc->oldbuttons); 252 sc->oldbuttons = buttons; 256 buttons,
|
lms.c | 224 u_int buttons; local in function:lmsintr 248 buttons = ((hi & 0x80) ? 0 : 0x1) | 251 changed = (buttons ^ sc->oldbuttons); 252 sc->oldbuttons = buttons; 256 buttons,
|
/src/sys/arch/vax/uba/ |
qvms.c | 81 u_int buttons; member in struct:qvms_softc 209 sc->buttons = 0; 211 sc->buttons |= WSMS_BUTTON1; 213 sc->buttons |= WSMS_BUTTON2; 215 sc->buttons |= WSMS_BUTTON3; 231 sc->buttons,
|
qvms.c | 81 u_int buttons; member in struct:qvms_softc 209 sc->buttons = 0; 211 sc->buttons |= WSMS_BUTTON1; 213 sc->buttons |= WSMS_BUTTON2; 215 sc->buttons |= WSMS_BUTTON3; 231 sc->buttons,
|
/src/sys/dev/dec/ |
dzms.c | 78 u_int buttons; member in struct:dzms_softc 206 sc->buttons = 0; 208 sc->buttons |= WSMS_BUTTON1; 210 sc->buttons |= WSMS_BUTTON2; 212 sc->buttons |= WSMS_BUTTON3; 228 sc->buttons,
|
dzms.c | 78 u_int buttons; member in struct:dzms_softc 206 sc->buttons = 0; 208 sc->buttons |= WSMS_BUTTON1; 210 sc->buttons |= WSMS_BUTTON2; 212 sc->buttons |= WSMS_BUTTON3; 228 sc->buttons,
|
/src/sys/arch/mac68k/dev/ |
ams.c | 239 * buffer[3] = buffer[4] = 0xff when no buttons 255 * enable buttons = 0111b 452 int i, button_bit, max_byte, mask, buttons; local in function:ms_processevent 455 buttons = 0; 468 buttons = (~event->bytes[2]) & 0xff; 470 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 475 buttons = (~event->bytes[2]) & 0x07; 477 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 480 /* Classic Mouse Protocol (up to 2 buttons) */ 484 buttons |= button_bit [all...] |
ams.c | 239 * buffer[3] = buffer[4] = 0xff when no buttons 255 * enable buttons = 0111b 452 int i, button_bit, max_byte, mask, buttons; local in function:ms_processevent 455 buttons = 0; 468 buttons = (~event->bytes[2]) & 0xff; 470 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 475 buttons = (~event->bytes[2]) & 0x07; 477 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 480 /* Classic Mouse Protocol (up to 2 buttons) */ 484 buttons |= button_bit [all...] |
/src/sys/arch/evbarm/netwalker/ |
netwalker_btn.c | 205 uint32_t buttons = 0; local in function:mousebtn_poll 214 buttons = (right << 2) | left; 216 if (sc->sc_buttons != buttons) { 218 wsmouse_input(sc->sc_wsmousedev, buttons, 0, 0, 0, 0, 220 sc->sc_buttons = buttons;
|
netwalker_btn.c | 205 uint32_t buttons = 0; local in function:mousebtn_poll 214 buttons = (right << 2) | left; 216 if (sc->sc_buttons != buttons) { 218 wsmouse_input(sc->sc_wsmousedev, buttons, 0, 0, 0, 0, 220 sc->sc_buttons = buttons;
|
/src/sys/arch/macppc/dev/ |
ams.c | 237 * buffer[3] = buffer[4] = 0xff when no buttons 253 * enable buttons = 0111b 472 int i, button_bit, max_byte, mask, buttons, dx, dy; local in function:ms_processevent 475 buttons = 0; 488 buttons = (~event->bytes[2]) & 0xff; 490 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 495 buttons = (~event->bytes[2]) & 0x07; 497 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 500 /* Classic Mouse Protocol (up to 2 buttons) */ 504 buttons |= button_bit [all...] |
ams.c | 237 * buffer[3] = buffer[4] = 0xff when no buttons 253 * enable buttons = 0111b 472 int i, button_bit, max_byte, mask, buttons, dx, dy; local in function:ms_processevent 475 buttons = 0; 488 buttons = (~event->bytes[2]) & 0xff; 490 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 495 buttons = (~event->bytes[2]) & 0x07; 497 buttons = (event->bytes[0] & 0x80) ? 0 : 1; 500 /* Classic Mouse Protocol (up to 2 buttons) */ 504 buttons |= button_bit [all...] |
/src/sys/arch/shark/include/ |
mouse.h | 71 int buttons; member in struct:mouse_state
|
mouse.h | 71 int buttons; member in struct:mouse_state
|
/src/sys/dev/hid/ |
hidms.c | 187 /* figure out the number of buttons */ 204 "ran out of buttons\n"); 263 uint32_t buttons = 0; local in function:hidms_intr 284 buttons |= (1 << HIDMS_BUT(i)); 287 buttons != ms->hidms_buttons) { 288 DPRINTFN(10, ("hidms_intr: x:%d y:%d z:%d w:%d buttons:0x%x\n", 289 dx, dy, dz, dw, buttons)); 290 ms->hidms_buttons = buttons; 293 wsmouse_input(ms->hidms_wsmousedev, buttons, dx, dy, dz,
|
/src/sys/dev/ic/ |
spic.c | 143 int dz, buttons; local in function:spic_intr 168 /* Handle suspend/hibernate buttons */ 186 buttons = 0; 188 buttons |= 1 << 1; 190 buttons |= 1 << 5; 219 if (dz != 0 || buttons != sc->sc_buttons) { 223 buttons, dz, v1, v2); 225 sc->sc_buttons = buttons; 227 wsmouse_input(sc->sc_wsmousedev, buttons, 0, 0, dz, 0,
|
/src/sys/dev/pckbport/ |
pmsvar.h | 59 u_int buttons; /* mouse button status */ member in struct:pms_softc
|