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

/linux-master/drivers/hid/
H A Dhid-ntrig.c85 __u16 sensor_physical_height; member in struct:ntrig_data
187 return sprintf(buf, "%d\n", nd->sensor_physical_height);
190 static DEVICE_ATTR(sensor_physical_height, S_IRUGO, show_phys_height, NULL);
259 nd->sensor_physical_height /
275 if (val > nd->sensor_physical_height)
279 nd->sensor_physical_height;
364 nd->sensor_physical_height /
380 if (val > nd->sensor_physical_height)
384 nd->sensor_physical_height;
500 nd->sensor_physical_height
[all...]

Completed in 80 milliseconds