Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dtsc200x-core.c107 unsigned int x_plate_ohm; member
190 pressure = pressure * ts->x_plate_ohm / 4096; in tsc200x_irq_thread()
468 unsigned int x_plate_ohm = TSC200X_DEF_RESISTOR; in tsc200x_probe() local
497 x_plate_ohm = pdata->ts_x_plate_ohm; in tsc200x_probe()
500 x_plate_ohm = TSC200X_DEF_RESISTOR; in tsc200x_probe()
501 of_property_read_u32(np, "ti,x-plate-ohms", &x_plate_ohm); in tsc200x_probe()
520 ts->x_plate_ohm = x_plate_ohm; in tsc200x_probe()