Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 107) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dsentelic.rst37 Bit2 => Middle Button, 1 is pressed, 0 is not pressed.
38 Bit1 => Right Button, 1 is pressed, 0 is not pressed.
39 Bit0 => Left Button, 1 is pressed, 0 is not pressed.
44 Bit4 => 1 = 4th mouse button is pressed, Forward one page.
45 0 = 4th mouse button is not pressed.
46 Bit5 => 1 = 5th mouse button is pressed, Backward one page.
47 0 = 5th mouse button is not pressed.
69 Bit2 => Middle Button, 1 is pressed, 0 is not pressed.
70 Bit1 => Right Button, 1 is pressed, 0 is not pressed.
71 Bit0 => Left Button, 1 is pressed, 0 is not pressed.
[all …]
H A Delantech.rst243 L, R, M = 1 when Left, Right, Middle mouse button pressed
311 L, R = 1 when Left, Right mouse button pressed
313 D, U = 1 when rocker switch pressed Up, Down
320 L, R = 1 when Left, Right mouse button pressed
409 … (((SA1 & 0x0C) != 0x0C) && ((SA1 & 0xC0) == 0x80)) || // check Byte 1 (one finger pressed)
412 … (((SB1 & 0x0E) != 0x08) && ((SA1 & 0xC0) == 0x80)) || // check Byte 4 (one finger pressed)
433 L, R = 1 when Left, Right mouse button pressed
457 b2 (on EF113 only, 0 otherwise), b2.R.L indicates one button pressed:
495 L, R = 1 when Left, Right mouse button pressed
578 L, R = 1 when Left, Right mouse button pressed
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsurfacepro3_button.c81 bool pressed = false; in surface_button_notify() local
86 pressed = true; in surface_button_notify()
93 pressed = true; in surface_button_notify()
100 pressed = true; in surface_button_notify()
107 pressed = true; in surface_button_notify()
123 if (pressed) in surface_button_notify()
127 input_report_key(input, key_code, pressed?1:0); in surface_button_notify()
H A Dfujitsu-tablet.c274 int pressed; in fujitsu_interrupt() local
292 pressed = keymask & changed & BIT(i); in fujitsu_interrupt()
294 if (pressed) in fujitsu_interrupt()
297 input_report_key(fujitsu.idev, keycode, pressed); in fujitsu_interrupt()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dmcs_touchkey.c61 unsigned int pressed; in mcs_touchkey_interrupt() local
70 pressed = (val & (1 << chip->pressbit)) >> chip->pressbit; in mcs_touchkey_interrupt()
72 pressed ^= chip->press_invert; in mcs_touchkey_interrupt()
75 if (pressed) { in mcs_touchkey_interrupt()
85 input_report_key(input, data->key_code, pressed); in mcs_touchkey_interrupt()
89 pressed ? "pressed" : "released"); in mcs_touchkey_interrupt()
H A Dmtk-pmic-keys.c151 u32 key_deb, pressed; in mtk_pmic_keys_irq_handler_thread() local
157 pressed = !key_deb; in mtk_pmic_keys_irq_handler_thread()
159 input_report_key(info->keys->input_dev, info->keycode, pressed); in mtk_pmic_keys_irq_handler_thread()
163 pressed ? "pressed" : "released", info->keycode); in mtk_pmic_keys_irq_handler_thread()
H A Dlocomokbd.c131 unsigned int scancode, pressed, key; in locomokbd_scankeyboard() local
134 pressed = rowd & KB_ROWMASK(row); in locomokbd_scankeyboard()
137 input_report_key(locomokbd->input, key, pressed); in locomokbd_scankeyboard()
138 if (likely(!pressed)) in locomokbd_scankeyboard()
H A Dlm8333.c80 u8 code, pressed; in lm8333_key_handler() local
92 pressed = keys[i] & 0x80; in lm8333_key_handler()
96 input_report_key(input, lm8333->keycodes[code], pressed); in lm8333_key_handler()
H A Dmpr121_touchkey.c148 unsigned int key_val, pressed; in mpr_touchkey_report() local
150 pressed = reg & BIT(key_num); in mpr_touchkey_report()
154 input_report_key(input, key_val, pressed); in mpr_touchkey_report()
157 pressed ? "pressed" : "released"); in mpr_touchkey_report()
H A Dsamsung-keypad.c110 unsigned int pressed; in samsung_keypad_report() local
125 pressed = row_state[col] & (1 << row); in samsung_keypad_report()
129 pressed ? "pressed" : "released", row, col); in samsung_keypad_report()
135 keypad->keycodes[val], pressed); in samsung_keypad_report()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dfocaltech.c107 bool pressed; member
145 input_report_key(dev, BTN_LEFT, state->pressed); in focaltech_report_state()
157 state->pressed = (packet[0] >> 4) & 1; in focaltech_process_touch_packet()
187 state->pressed = (packet[0] >> 4) & 1; in focaltech_process_abs_packet()
202 state->pressed = packet[0] >> 7; in focaltech_process_rel_packet()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dda9052_onkey.c38 bool pressed = !(ret & DA9052_STATUSA_NONKEY); in da9052_onkey_query() local
40 input_report_key(onkey->input, KEY_POWER, pressed); in da9052_onkey_query()
48 if (pressed) in da9052_onkey_query()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-input-axp-pek4 Description: Startup time in us. Board is powered on if the button is pressed
10 Description: Shutdown time in us. Board is powered off if the button is pressed
H A Dsysfs-driver-wacom30 button is pressed on the stylus. This luminance level is
31 normally lower than the level when a button is pressed.
40 pressed on the stylus.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.serial_multi13 *) The default console depends on the keys pressed:
14 - SMC if keys not pressed (modem not enabled)
15 - SCC if keys pressed (modem enabled)
H A DREADME.autoboot27 any commands. If any key is pressed before the boot delay time
29 and waits forever for a command. That's a good thing if you pressed a
34 U-Boot pressed a key before the system had time to boot. It's even
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DdarwinEvents.c143 DarwinPressModifierKey(int pressed, int key) in DarwinPressModifierKey() argument
152 DarwinSendKeyboardEvents(pressed, keycode); in DarwinPressModifierKey()
177 DarwinUpdateModifiers(int pressed, // KeyPress or KeyRelease in DarwinUpdateModifiers() argument
198 DarwinPressModifierKey(pressed, key); in DarwinUpdateModifiers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DButton.qml66 id: pressed
84 when: mouseRegion.pressed == true
85 PropertyChanges { target: pressed; opacity: 1 }
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dti,palmas-pwrbutton.txt17 button should be kept pressed for Palmas to power off automatically.
21 which the power button should be kept pressed for Palmas to register
H A Dpxa27x-keypad.txt8 recognized when it is pressed. It is a u32 value, and bit[31:16]
23 is low, the key is pressed(active).
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/
H A D0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch94 - compare(control.pressed, false)
100 - compare(control.pressed, true)
103 - compare(control.pressed, false)
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DFileBrowser.qml154 name: "pressed"
155 when: mouseRegion.pressed
301 name: "pressed"
302 when: upRegion.pressed
/OK3568_Linux_fs/u-boot/common/
H A Dusb_kbd.c168 unsigned char modifier, int pressed) in usb_kbd_translate() argument
173 if (pressed == 0) { in usb_kbd_translate()
178 if (pressed == 2) { in usb_kbd_translate()
217 if (pressed == 1) { in usb_kbd_translate()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dmms114.c75 u8 id:4, reserved_bit4:1, type:2, pressed:1; member
178 id, touch->type, touch->pressed, in mms114_process_mt()
182 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, touch->pressed); in mms114_process_mt()
184 if (touch->pressed) { in mms114_process_mt()
/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A D0004-Support-key-press-and-release-events.patch36 + current_key_event.value = pressed;
38 if(pressed) {

12345