Searched refs:activate_slack (Results 1 – 2 of 2) sorted by relevance
35 static unsigned int activate_slack = 1; variable36 module_param(activate_slack, uint, 0644);37 MODULE_PARM_DESC(activate_slack, "Number of touch frames to ignore at "76 __s8 activate_slack; member298 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 …]
25 activate_slack number of fingers to ignore before processing events