Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds