HomeSort by: relevance | last modified time | path
    Searched defs:pressed (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbppc/wii/dev/
resetbtn.c 102 bool pressed; local in function:resetbtn_task
104 pressed = (in32(PI_INTERRUPT_CAUSE) & RESET_SWITCH_STATE) == 0;
108 pressed ? PSWITCH_EVENT_PRESSED : PSWITCH_EVENT_RELEASED);
109 } else if (!pressed) {
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
kbdif.h 282 * | _TYPE_KEY | pressed | reserved | 4
293 * pressed - uint8_t, 1 if pressed; 0 otherwise
300 uint8_t pressed; member in struct:xenkbd_key
  /src/sys/dev/i2c/
tcakp.c 171 const bool pressed = __SHIFTOUT(ev, TCA_EVENT_STATE); local in function:tcakp_softintr
179 u_int type = pressed ? WSCONS_EVENT_KEY_DOWN :
324 const bool pressed = __SHIFTOUT(ev, TCA_EVENT_STATE); local in function:tcakp_cngetc
328 *type = pressed ? WSCONS_EVENT_KEY_DOWN :

Completed in 70 milliseconds