Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-ntrig.c31 static unsigned int activate_slack = 1; variable
32 module_param(activate_slack, uint, 0644);
33 MODULE_PARM_DESC(activate_slack, "Number of touch frames to ignore at "
72 __s8 activate_slack; member
294 return sprintf(buf, "%d\n", nd->activate_slack); in show_activate_slack()
312 nd->activate_slack = val; in set_activate_slack()
317 static DEVICE_ATTR(activate_slack, S_IWUSR | S_IRUGO, show_activate_slack,
795 nd->act_state = nd->activate_slack; in ntrig_event()
817 nd->activate_slack; in ntrig_event()
912 nd->activate_slack = activate_slack; in ntrig_probe()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-ntrig1 What: /sys/bus/hid/drivers/ntrig/<dev>/activate_slack
/openbmc/linux/Documentation/input/devices/
H A Dntrig.rst30 |activate_slack |number of fingers to ignore before processing events |