Searched refs:activation_width (Results 1 – 1 of 1) sorted by relevance
41 static unsigned int activation_width = 64; variable42 module_param(activation_width, uint, 0644);43 MODULE_PARM_DESC(activation_width, "Width threshold to immediately start "79 __u16 activation_width; member327 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()