pressure_min      424 arch/arm/mach-omap1/board-htcherald.c 	.pressure_min		= 5000,
pressure_min      751 drivers/input/touchscreen/ad7877.c 			pdata->pressure_min, pdata->pressure_max, 0, 0);
pressure_min     1230 drivers/input/touchscreen/ads7846.c 	of_property_read_u16(node, "ti,pressure-min", &pdata->pressure_min);
pressure_min     1232 drivers/input/touchscreen/ads7846.c 		pdata->pressure_min = (u16) value;
pressure_min     1370 drivers/input/touchscreen/ads7846.c 			pdata->pressure_min, pdata->pressure_max, 0, 0);
pressure_min       35 drivers/input/touchscreen/resistive-adc-touch.c 	u32				pressure_min;
pressure_min       55 drivers/input/touchscreen/resistive-adc-touch.c 	if ((!x && !y) || (st->pressure && (press < st->pressure_min))) {
pressure_min      129 drivers/input/touchscreen/resistive-adc-touch.c 						 &st->pressure_min);
pressure_min      132 drivers/input/touchscreen/resistive-adc-touch.c 			st->pressure_min = GRTS_DEFAULT_PRESSURE_MIN;
pressure_min      150 drivers/input/touchscreen/resistive-adc-touch.c 		input_set_abs_params(input, ABS_PRESSURE, st->pressure_min,
pressure_min       17 include/linux/spi/ad7877.h 	u16	pressure_min, pressure_max;
pressure_min       42 include/linux/spi/ads7846.h 	u16	pressure_min, pressure_max;