Searched refs:touchscreen_get_prop_u32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | of_touchscreen.c | 17 static bool touchscreen_get_prop_u32(struct device *dev, in touchscreen_get_prop_u32() function 75 data_present = touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties() 79 touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties() 86 data_present = touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties() 90 touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties() 97 data_present = touchscreen_get_prop_u32(dev, in touchscreen_parse_properties() 101 touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
|