Home
last modified time | relevance | path

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

/linux-4.19.296/include/xen/interface/io/
Dkbdif.h298 uint8_t pressed; member
/linux-4.19.296/drivers/auxdisplay/
Dht16k33.c262 bool pressed = false; in ht16k33_keypad_scan() local
275 pressed = true; in ht16k33_keypad_scan()
288 return pressed; in ht16k33_keypad_scan()
DKconfig230 supports simultaneous keys pressed when the keypad supports them.
/linux-4.19.296/drivers/iio/adc/
Dexynos_adc.c646 bool pressed; in exynos_ts_isr() local
654 pressed = x & y & ADC_DATX_PRESSED; in exynos_ts_isr()
655 if (!pressed) { in exynos_ts_isr()
/linux-4.19.296/drivers/char/
DKconfig190 time the orange button is pressed a number of times, the number of
191 times the button was pressed will be written to that device.
194 perform actions based on how many times the button is pressed in a
/linux-4.19.296/include/linux/mfd/
Dcros_ec_commands.h1948 uint8_t pressed; member
/linux-4.19.296/drivers/hid/
Dwacom_wac.c3975 bool pressed; in wacom_update_led() local
3980 pressed = wacom_is_led_toggled(wacom, button_count, mask, group); in wacom_update_led()
3990 if (!pressed) { in wacom_update_led()
3995 if (led->held && pressed) in wacom_update_led()