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

/src/etc/powerd/scripts/
H A Dpower_button14 pressed)
15 /sbin/shutdown -p now "power button pressed"
H A Dreset_button13 pressed)
14 /sbin/shutdown -r now "reset button pressed"
H A Dlid_switch12 pressed)
H A Dhotkey_button18 pressed)
H A Dacadapter12 pressed)
H A Dsleep_button12 pressed)
/src/sys/arch/evbppc/nintendo/dev/
H A Dresetbtn.c107 bool pressed; local in function:resetbtn_task
109 pressed = (in32(PI_INTERRUPT_CAUSE) & RESET_SWITCH_STATE) == 0;
113 pressed ? PSWITCH_EVENT_PRESSED : PSWITCH_EVENT_RELEASED);
114 } else if (!pressed) {
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dkbdif.h282 * | _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/
H A Dtcakp.c171 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 :
/src/sys/arch/evbppc/nintendo/
H A Dmachdep.c654 bool pressed = false; local in function:wii_halt
657 /* Button was pressed */
658 pressed = true;
659 } else if (pressed) {
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-xp-synology-ds414.dts69 * button is pressed. The converter needs to be

Completed in 6 milliseconds