Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-ntrig.c50 static unsigned int activation_height = 32; variable
51 module_param(activation_height, uint, 0644);
52 MODULE_PARM_DESC(activation_height, "Height threshold to immediately start "
84 __u16 activation_height; member
367 return sprintf(buf, "%d\n", nd->activation_height * in show_activation_height()
387 nd->activation_height = val * nd->sensor_logical_height / in set_activation_height()
393 static DEVICE_ATTR(activation_height, S_IWUSR | S_IRUGO,
507 nd->activation_height = activation_height * in ntrig_input_mapping()
691 nd->h >= nd->activation_height) { in ntrig_event()
/linux-4.1.27/Documentation/input/
Dntrig.txt27 activation_height size threshold to activate immediately