Lines Matching refs:val32
221 u32 val32; in tsc2007_probe_properties() local
224 if (!device_property_read_u32(dev, "ti,max-rt", &val32)) in tsc2007_probe_properties()
225 ts->max_rt = val32; in tsc2007_probe_properties()
229 if (!device_property_read_u32(dev, "ti,fuzzx", &val32)) in tsc2007_probe_properties()
230 ts->fuzzx = val32; in tsc2007_probe_properties()
232 if (!device_property_read_u32(dev, "ti,fuzzy", &val32)) in tsc2007_probe_properties()
233 ts->fuzzy = val32; in tsc2007_probe_properties()
235 if (!device_property_read_u32(dev, "ti,fuzzz", &val32)) in tsc2007_probe_properties()
236 ts->fuzzz = val32; in tsc2007_probe_properties()
243 if (!device_property_read_u32(dev, "ti,x-plate-ohms", &val32)) { in tsc2007_probe_properties()
244 ts->x_plate_ohms = val32; in tsc2007_probe_properties()