Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dtsc2005.c148 unsigned int x_plate_ohm; member
312 pressure = pressure * ts->x_plate_ohm / 4096; in tsc2005_irq_thread()
605 unsigned int x_plate_ohm = TSC2005_DEF_RESISTOR; in tsc2005_probe() local
626 x_plate_ohm = pdata->ts_x_plate_ohm; in tsc2005_probe()
629 x_plate_ohm = TSC2005_DEF_RESISTOR; in tsc2005_probe()
630 of_property_read_u32(np, "ti,x-plate-ohms", &x_plate_ohm); in tsc2005_probe()
656 ts->x_plate_ohm = x_plate_ohm; in tsc2005_probe()