Lines Matching refs:sensor_physical_height
85 __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()
505 nd->sensor_physical_height; in ntrig_input_mapping()
508 nd->sensor_physical_height; in ntrig_input_mapping()
918 nd->sensor_physical_height = 1; in ntrig_probe()