Lines Matching refs:data_present
73 bool data_present; in touchscreen_parse_properties() local
82 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-x", in touchscreen_parse_properties()
85 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties()
89 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties()
92 if (data_present) in touchscreen_parse_properties()
95 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-y", in touchscreen_parse_properties()
98 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties()
102 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties()
105 if (data_present) in touchscreen_parse_properties()
109 data_present = touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
113 data_present |= touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
117 if (data_present) in touchscreen_parse_properties()