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

/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c365 static size_t mxt_obj_size(const struct mxt_object *obj) function
805 if (!object || offset >= mxt_obj_size(object))
1439 if (size > mxt_obj_size(object)) {
1446 size - mxt_obj_size(object), type);
1447 } else if (mxt_obj_size(object) > size) {
1458 mxt_obj_size(object) - size, type);
1466 reg = object->start_address + mxt_obj_size(object) * instance;
1479 if (i > mxt_obj_size(object))
1767 mxt_obj_size(object), mxt_obj_instances(object),
1779 data->T5_msg_size = mxt_obj_size(objec
[all...]

Completed in 220 milliseconds