Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-ntrig.c35 static unsigned int activate_slack = 1; variable
36 module_param(activate_slack, uint, 0644);
37 MODULE_PARM_DESC(activate_slack, "Number of touch frames to ignore at "
76 __s8 activate_slack; member
298 return sprintf(buf, "%d\n", nd->activate_slack); in show_activate_slack()
316 nd->activate_slack = val; in set_activate_slack()
321 static DEVICE_ATTR(activate_slack, S_IWUSR | S_IRUGO, show_activate_slack,
799 nd->act_state = nd->activate_slack; in ntrig_event()
821 nd->activate_slack; in ntrig_event()
914 nd->activate_slack = activate_slack; in ntrig_probe()
[all …]
/linux-4.1.27/Documentation/input/
Dntrig.txt25 activate_slack number of fingers to ignore before processing events