Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c564 report->finger.fvalid_num = rbuf[62]; in elan_ts_recv_data()
605 report->finger.fvalid_num = rbuf[7] & 0x03; in elan_ts_recv_data()
612 report->finger.fvalid_num = rbuf[1] & 0x07; in elan_ts_recv_data()
619 report->finger.fvalid_num = rbuf[2] & 0x0f; in elan_ts_recv_data()
699 int valid_num = finger.fvalid_num; in elants_a_report()
705 for (reportid = 0; reportid < finger.fvalid_num; reportid++ ) { in elants_a_report()
819 int num = finger.fvalid_num; in elants_slot_report()
829 for (reportid = 0; reportid < finger.fvalid_num; reportid++ ) { in elants_slot_report()
867 for (reportid = 0; reportid < finger.fvalid_num; reportid++ ) { in elants_slot_report()
H A Delan_ts.h116 int fvalid_num; /*current buf support finger num*/ member