Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtsc200x-core.c98 unsigned int x_plate_ohm; member
180 pressure = pressure * ts->x_plate_ohm / 4096; in tsc200x_irq_thread()
446 u32 x_plate_ohm; in tsc200x_probe() local
477 error = device_property_read_u32(dev, "ti,x-plate-ohms", &x_plate_ohm); in tsc200x_probe()
478 ts->x_plate_ohm = error ? TSC200X_DEF_RESISTOR : x_plate_ohm; in tsc200x_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc200x-core.c100 unsigned int x_plate_ohm; member
181 pressure = pressure * ts->x_plate_ohm / 4096; in tsc200x_irq_thread()
447 u32 x_plate_ohm; in tsc200x_probe() local
478 error = device_property_read_u32(dev, "ti,x-plate-ohms", &x_plate_ohm); in tsc200x_probe()
479 ts->x_plate_ohm = error ? TSC200X_DEF_RESISTOR : x_plate_ohm; in tsc200x_probe()

Completed in 2 milliseconds