Searched refs:x_plate_ohm (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dtsc200x-core.c100 unsigned int x_plate_ohm; member in struct:tsc200x
181 pressure = pressure * ts->x_plate_ohm / 4096;
453 u32 x_plate_ohm; local
484 error = device_property_read_u32(dev, "ti,x-plate-ohms", &x_plate_ohm);
485 ts->x_plate_ohm = error ? TSC200X_DEF_RESISTOR : x_plate_ohm;

Completed in 92 milliseconds