Lines Matching refs:val32
220 u32 val32; in tsc2007_probe_properties() local
223 if (!device_property_read_u32(dev, "ti,max-rt", &val32)) in tsc2007_probe_properties()
224 ts->max_rt = val32; in tsc2007_probe_properties()
228 if (!device_property_read_u32(dev, "ti,fuzzx", &val32)) in tsc2007_probe_properties()
229 ts->fuzzx = val32; in tsc2007_probe_properties()
231 if (!device_property_read_u32(dev, "ti,fuzzy", &val32)) in tsc2007_probe_properties()
232 ts->fuzzy = val32; in tsc2007_probe_properties()
234 if (!device_property_read_u32(dev, "ti,fuzzz", &val32)) in tsc2007_probe_properties()
235 ts->fuzzz = val32; in tsc2007_probe_properties()
242 if (!device_property_read_u32(dev, "ti,x-plate-ohms", &val32)) { in tsc2007_probe_properties()
243 ts->x_plate_ohms = val32; in tsc2007_probe_properties()