activation_height   46 drivers/hid/hid-ntrig.c static unsigned int activation_height = 32;
activation_height   47 drivers/hid/hid-ntrig.c module_param(activation_height, uint, 0644);
activation_height   48 drivers/hid/hid-ntrig.c MODULE_PARM_DESC(activation_height, "Height threshold to immediately start "
activation_height   80 drivers/hid/hid-ntrig.c 	__u16 activation_height;
activation_height  363 drivers/hid/hid-ntrig.c 	return sprintf(buf, "%d\n", nd->activation_height *
activation_height  383 drivers/hid/hid-ntrig.c 	nd->activation_height = val * nd->sensor_logical_height /
activation_height  389 drivers/hid/hid-ntrig.c static DEVICE_ATTR(activation_height, S_IWUSR | S_IRUGO,
activation_height  503 drivers/hid/hid-ntrig.c 				nd->activation_height = activation_height *
activation_height  687 drivers/hid/hid-ntrig.c 			    nd->h >= nd->activation_height) {