Searched refs:min_reportid (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dqt602240_ts.c686 u8 min_reportid; local
702 min_reportid = max_reportid - object->num_report_ids + 1;
703 id = reportid - min_reportid;
705 if (reportid >= min_reportid && reportid <= max_reportid)

Completed in 288 milliseconds