Searched refs:CY_BTN_RELEASED (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mta.c | 49 input_report_key(input, BTN_TOOL_PEN, CY_BTN_RELEASED); in cyttsp5_input_report() 52 input_report_key(input, BTN_TOOL_FINGER, CY_BTN_RELEASED); in cyttsp5_input_report() 64 input_report_key(md->input, BTN_TOUCH, CY_BTN_RELEASED); in cyttsp5_report_slot_liftoff() 65 input_report_key(md->input, BTN_TOOL_FINGER, CY_BTN_RELEASED); in cyttsp5_report_slot_liftoff() 66 input_report_key(md->input, BTN_TOOL_PEN, CY_BTN_RELEASED); in cyttsp5_report_slot_liftoff()
|
| H A D | cyttsp5_btn.c | 78 cyttsp5_btn_key_action(bd, i, CY_BTN_RELEASED); in cyttsp5_btn_lift_all()
|
| H A D | cyttsp5_regs.h | 657 CY_BTN_RELEASED = 0, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 300 CY_BTN_RELEASED, enumerator
|
| H A D | cyttsp4_core.c | 561 si->btn[btn].state = CY_BTN_RELEASED; in cyttsp4_si_get_btn_data() 566 si->btn[btn].state = CY_BTN_RELEASED; in cyttsp4_si_get_btn_data()
|