Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-ntrig.c46 static unsigned int activation_height = 32; variable
47 module_param(activation_height, uint, 0644);
48 MODULE_PARM_DESC(activation_height, "Height threshold to immediately start "
80 __u16 activation_height; member
363 return sprintf(buf, "%d\n", nd->activation_height * in show_activation_height()
383 nd->activation_height = val * nd->sensor_logical_height / in set_activation_height()
389 static DEVICE_ATTR(activation_height, S_IWUSR | S_IRUGO,
503 nd->activation_height = activation_height * in ntrig_input_mapping()
687 nd->h >= nd->activation_height) { in ntrig_event()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-ntrig25 What: /sys/bus/hid/drivers/ntrig/<dev>/activation_height
36 activation_height (RW) Height threshold to immediately
/openbmc/linux/Documentation/input/devices/
H A Dntrig.rst32 |activation_height, |size threshold to activate immediately |