x_plate_ohm        98 drivers/input/touchscreen/tsc200x-core.c 	unsigned int		x_plate_ohm;
x_plate_ohm       180 drivers/input/touchscreen/tsc200x-core.c 	pressure = pressure * ts->x_plate_ohm / 4096;
x_plate_ohm       446 drivers/input/touchscreen/tsc200x-core.c 	u32 x_plate_ohm;
x_plate_ohm       477 drivers/input/touchscreen/tsc200x-core.c 	error = device_property_read_u32(dev, "ti,x-plate-ohms", &x_plate_ohm);
x_plate_ohm       478 drivers/input/touchscreen/tsc200x-core.c 	ts->x_plate_ohm = error ? TSC200X_DEF_RESISTOR : x_plate_ohm;