Searched refs:x_plate_ohm (Results 1 – 1 of 1) sorted by relevance
100 unsigned int x_plate_ohm; member180 pressure = pressure * ts->x_plate_ohm / 4096; in tsc200x_irq_thread()437 u32 x_plate_ohm; in tsc200x_probe() local468 error = device_property_read_u32(dev, "ti,x-plate-ohms", &x_plate_ohm); in tsc200x_probe()469 ts->x_plate_ohm = error ? TSC200X_DEF_RESISTOR : x_plate_ohm; in tsc200x_probe()