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

/linux-4.1.27/drivers/input/touchscreen/
H A Datmel_mxt_ts.c284 u8 max_reportid; member in struct:mxt_data
961 if (count > data->max_reportid) mxt_read_and_process_messages()
1008 } else if (count > data->max_reportid) { mxt_process_messages_t44()
1010 count = data->max_reportid; mxt_process_messages_t44()
1046 count = data->max_reportid; mxt_process_messages_until_invalid()
1069 if (count < 1 || count > data->max_reportid) mxt_process_messages()
1567 data->max_reportid = 0; mxt_free_object_table()
1672 data->max_reportid = reportid; mxt_get_object_table()
1681 data->msg_buf = kcalloc(data->max_reportid, mxt_get_object_table()

Completed in 104 milliseconds