1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2014 Sebastian Reichel <sre@kernel.org>
12 struct touchscreen_properties
{
20 void touchscreen_parse_properties(struct input_dev
*input
, bool multitouch
,
21 struct touchscreen_properties
*prop
);
23 void touchscreen_set_mt_pos(struct input_mt_pos
*pos
,
24 const struct touchscreen_properties
*prop
,
25 unsigned int x
, unsigned int y
);
27 void touchscreen_report_pos(struct input_dev
*input
,
28 const struct touchscreen_properties
*prop
,
29 unsigned int x
, unsigned int y
,