Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mta.c49 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 Dcyttsp5_btn.c78 cyttsp5_btn_key_action(bd, i, CY_BTN_RELEASED); in cyttsp5_btn_lift_all()
H A Dcyttsp5_regs.h657 CY_BTN_RELEASED = 0, enumerator
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h300 CY_BTN_RELEASED, enumerator
H A Dcyttsp4_core.c561 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()