Lines Matching refs:sensor_physical_height
89 __u16 sensor_physical_height; member
191 return sprintf(buf, "%d\n", nd->sensor_physical_height); in show_phys_height()
194 static DEVICE_ATTR(sensor_physical_height, S_IRUGO, show_phys_height, NULL);
263 nd->sensor_physical_height / in show_min_height()
279 if (val > nd->sensor_physical_height) in set_min_height()
283 nd->sensor_physical_height; in set_min_height()
368 nd->sensor_physical_height / in show_activation_height()
384 if (val > nd->sensor_physical_height) in set_activation_height()
388 nd->sensor_physical_height; in set_activation_height()
504 nd->sensor_physical_height = in ntrig_input_mapping()
509 nd->sensor_physical_height; in ntrig_input_mapping()
512 nd->sensor_physical_height; in ntrig_input_mapping()
920 nd->sensor_physical_height = 1; in ntrig_probe()