Lines Matching refs:device
10 * accelerometer and other data, such as the device's temperature.
33 #define HDAPS_PORT_STATE 0x1611 /* device state */
36 #define HDAPS_PORT_TEMP1 0x1616 /* device temperature, in Celsius */
39 #define HDAPS_PORT_TEMP2 0x161b /* device temperature (again?) */
50 #define INIT_TIMEOUT_MSECS 4000 /* wait up to 4s for device init ... */
266 /* a read of the device helps push it into action */
292 pr_info("device successfully initialized\n");
297 static int hdaps_resume(struct device *dev)
341 static ssize_t hdaps_position_show(struct device *dev,
353 static ssize_t hdaps_variance_show(struct device *dev,
365 static ssize_t hdaps_temp1_show(struct device *dev,
378 static ssize_t hdaps_temp2_show(struct device *dev,
391 static ssize_t hdaps_keyboard_activity_show(struct device *dev,
398 static ssize_t hdaps_mouse_activity_show(struct device *dev,
405 static ssize_t hdaps_calibrate_show(struct device *dev,
411 static ssize_t hdaps_calibrate_store(struct device *dev,
422 static ssize_t hdaps_invert_show(struct device *dev,
428 static ssize_t hdaps_invert_store(struct device *dev,
566 /* initial calibrate for the input device */