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

/linux-master/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 in struct:ntrig_data
327 return sprintf(buf, "%d\n", nd->activation_width *
347 nd->activation_width = val * nd->sensor_logical_width /
353 static DEVICE_ATTR(activation_width, S_IWUSR | S_IRUGO, show_activation_width,
481 nd->activation_width = activation_width *
686 if (nd->w >= nd->activation_width
[all...]

Completed in 88 milliseconds