Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-ntrig.c41 static unsigned int activation_width = 64; variable
42 module_param(activation_width, uint, 0644);
43 MODULE_PARM_DESC(activation_width, "Width threshold to immediately start "
79 __u16 activation_width; member
327 return sprintf(buf, "%d\n", nd->activation_width * in show_activation_width()
347 nd->activation_width = val * nd->sensor_logical_width / in set_activation_width()
353 static DEVICE_ATTR(activation_width, S_IWUSR | S_IRUGO, show_activation_width,
481 nd->activation_width = activation_width * in ntrig_input_mapping()
686 if (nd->w >= nd->activation_width && in ntrig_event()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-ntrig24 What: /sys/bus/hid/drivers/ntrig/<dev>/activation_width
33 activation_width (RW) Width threshold to immediately
/openbmc/linux/Documentation/input/devices/
H A Dntrig.rst33 |activation_width | |