Lines Matching refs:prop
1188 struct touchscreen_properties prop;
2134 struct touchscreen_properties *prop = &iqs7211->prop;
2177 touchscreen_parse_properties(tp_idev, true, prop);
2183 if (prop->max_x >= U16_MAX || prop->max_y >= U16_MAX) {
2185 prop->max_x, prop->max_y);
2189 iqs7211->tp_config.max_x = cpu_to_le16(prop->max_x);
2190 iqs7211->tp_config.max_y = cpu_to_le16(prop->max_y);
2257 touchscreen_report_pos(iqs7211->tp_idev, &iqs7211->prop,