Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.h130 int tip_status; /*contact status*/ member
H A Delan_ts.c589 report->stylus.tip_status = (rbuf[3] & 0x33) >> 1; in elan_ts_recv_data()
786 stylus.tip_status,stylus.inrange_status); in elants_a_report()
799 input_report_key(ts->pen_idev, BTN_TOUCH, stylus.tip_status); in elants_a_report()
800 input_report_key(ts->pen_idev, BTN_TOOL_PEN, stylus.tip_status); in elants_a_report()