Searched refs:pressed (Results 1 – 7 of 7) sorted by relevance
298 uint8_t pressed; member
262 bool pressed = false; in ht16k33_keypad_scan() local275 pressed = true; in ht16k33_keypad_scan()288 return pressed; in ht16k33_keypad_scan()
230 supports simultaneous keys pressed when the keypad supports them.
646 bool pressed; in exynos_ts_isr() local654 pressed = x & y & ADC_DATX_PRESSED; in exynos_ts_isr()655 if (!pressed) { in exynos_ts_isr()
190 time the orange button is pressed a number of times, the number of191 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
1948 uint8_t pressed; member
3975 bool pressed; in wacom_update_led() local3980 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()