Lines Matching refs:data_present
71 bool data_present; in touchscreen_parse_properties() local
80 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-x", in touchscreen_parse_properties()
83 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties()
87 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties()
90 if (data_present) in touchscreen_parse_properties()
93 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-y", in touchscreen_parse_properties()
96 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties()
100 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties()
103 if (data_present) in touchscreen_parse_properties()
107 data_present = touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
111 data_present |= touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
115 if (data_present) in touchscreen_parse_properties()