Lines Matching refs:data_present
72 bool data_present; in touchscreen_parse_properties() local
81 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-x", in touchscreen_parse_properties()
84 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties()
88 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties()
91 if (data_present) in touchscreen_parse_properties()
94 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-y", in touchscreen_parse_properties()
97 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties()
101 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties()
104 if (data_present) in touchscreen_parse_properties()
108 data_present = touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
112 data_present |= touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
116 if (data_present) in touchscreen_parse_properties()