Searched refs:max_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.c336 u8 max_reportid; member in struct:qt602240_object
685 u8 max_reportid; local
701 max_reportid = object->max_reportid;
702 min_reportid = max_reportid - object->num_report_ids + 1;
705 if (reportid >= min_reportid && reportid <= max_reportid)
953 object->max_reportid = reportid;

Completed in 64 milliseconds