Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_btn.c58 int cur_btn_state; in cyttsp5_get_btn_touches() local
62 cur_btn_state = (si->xy_data[0] >> (cur_btn * CY_BITS_PER_BTN)) in cyttsp5_get_btn_touches()
65 cyttsp5_btn_key_action(bd, cur_btn, cur_btn_state); in cyttsp5_get_btn_touches()