Lines Matching full:touchscreen
3 * Generic DT helper functions for touchscreen devices
11 #include <linux/input/touchscreen.h>
52 * touchscreen_parse_properties - parse common touchscreen DT properties
80 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-x", in touchscreen_parse_properties()
83 touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties()
87 touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties()
93 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-y", in touchscreen_parse_properties()
96 touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties()
100 touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties()
108 "touchscreen-max-pressure", in touchscreen_parse_properties()
112 "touchscreen-fuzz-pressure", in touchscreen_parse_properties()
125 device_property_read_bool(dev, "touchscreen-inverted-x"); in touchscreen_parse_properties()
133 device_property_read_bool(dev, "touchscreen-inverted-y"); in touchscreen_parse_properties()
141 device_property_read_bool(dev, "touchscreen-swapped-x-y"); in touchscreen_parse_properties()
183 * touchscreen_report_pos - Report touchscreen coordinates
206 MODULE_DESCRIPTION("Device-tree helpers functions for touchscreen devices");