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

/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c304 u8 max_reportid; member in struct:mxt_data
1074 if (count > data->max_reportid)
1120 if (count > data->max_reportid) {
1122 count = data->max_reportid;
1158 count = data->max_reportid;
1181 if (count < 1 || count > data->max_reportid)
1734 data->max_reportid = 0;
1838 data->max_reportid = reportid;
1846 data->msg_buf = kcalloc(data->max_reportid,

Completed in 115 milliseconds