Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/Documentation/input/devices/
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.
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.
114 Bit2 => Middle Button, 1 is pressed, 0 is not pressed.
115 Bit1 => Right Button, 1 is pressed, 0 is not pressed.
116 Bit0 => Left Button, 1 is pressed, 0 is not pressed.
139 Bit1 => Right Button, 1 is pressed, 0 is not pressed.
[all …]
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
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
664 L, R = 1 when Left, Right mouse button pressed
703 L, R = 1 when Left, Right mouse button pressed
[all …]
/linux-6.3-rc2/drivers/platform/surface/
A Dsurfacepro3_button.c79 bool pressed = false; in surface_button_notify() local
84 pressed = true; in surface_button_notify()
91 pressed = true; in surface_button_notify()
98 pressed = true; in surface_button_notify()
105 pressed = true; in surface_button_notify()
121 if (pressed) in surface_button_notify()
125 input_report_key(input, key_code, pressed?1:0); in surface_button_notify()
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dadc-keys.yaml47 Voltage above or equal to which this key is considered pressed. No
68 // | 2.000.000 <= value | no key pressed |
70 // | 1.500.000 <= value < 2.000.000 | KEY_VOLUMEUP pressed |
72 // | 1.000.000 <= value < 1.500.000 | KEY_VOLUMEDOWN pressed |
74 // | 500.000 <= value < 1.000.000 | KEY_ENTER pressed |
76 // | value < 500.000 | no key pressed |
A Dinput.yaml14 description: Enable autorepeat when key is pressed and held down.
51 Duration in seconds which the key should be kept pressed for device to
52 power off automatically. Device with key pressed shutdown feature can
57 Duration in seconds which the key should be kept pressed for device to
58 reset automatically. Device with key pressed reset feature can specify
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
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).
A Dinput-reset.txt18 timeout-ms: duration keys must be pressed together in milliseconds before
/linux-6.3-rc2/drivers/input/keyboard/
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()
A Dmt6779-keypad.c58 bool pressed; in mt6779_keypad_irq_handler() local
78 pressed = !test_bit(bit_nr, new_state); in mt6779_keypad_irq_handler()
80 pressed ? "pressed" : "released"); in mt6779_keypad_irq_handler()
83 input_report_key(keypad->input_dev, keycode[scancode], pressed); in mt6779_keypad_irq_handler()
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()
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()
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()
A Dmtk-pmic-keys.c191 u32 key_deb, pressed; in mtk_pmic_keys_irq_handler_thread() local
197 pressed = !key_deb; in mtk_pmic_keys_irq_handler_thread()
199 input_report_key(info->keys->input_dev, info->keycode, pressed); in mtk_pmic_keys_irq_handler_thread()
203 pressed ? "pressed" : "released", info->keycode); in mtk_pmic_keys_irq_handler_thread()
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()
/linux-6.3-rc2/drivers/input/misc/
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()
/linux-6.3-rc2/drivers/input/mouse/
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()
/linux-6.3-rc2/Documentation/ABI/testing/
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
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.
A Dsysfs-driver-hid-lenovo4 Description: This controls if mouse clicks should be generated if the trackpoint is quickly pressed
47 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse …
A Dsysfs-class-power-rt946712 only 'VBUS' or 'Power key" pressed can make it leave this mode.
A Dsysfs-driver-chromeos-acpi34 2 Recovery button was pressed.
35 4 Recovery button was pressed (EC firmware).
/linux-6.3-rc2/drivers/platform/x86/
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()
/linux-6.3-rc2/drivers/input/touchscreen/
A Dmms114.c78 u8 id:4, reserved_bit4:1, type:2, pressed:1; member
181 id, touch->type, touch->pressed, in mms114_process_mt()
185 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, touch->pressed); in mms114_process_mt()
187 if (touch->pressed) { in mms114_process_mt()
/linux-6.3-rc2/include/xen/interface/io/
A Dkbdif.h281 uint8_t pressed; member

Completed in 44 milliseconds

1234