Lines Matching +full:power +full:- +full:button
34 #define TP_EXT_BTN 0x4B /* Read extended button status */
35 #define TP_POR 0x7F /* Execute Power on Reset */
36 #define TP_POR_RESULTS 0x25 /* Read Power on Self test results */
58 #define TP_MB 0x4C /* Read Middle Button Status (RO) */
61 #define TP_REACH 0x57 /* Backup for Z-axis press */
64 /* with Z-axis pressed) */
69 #define TP_THRESH 0x5C /* Minimum value for a Z-axis press */
70 #define TP_UP_THRESH 0x5A /* Used to generate a 'click' on Z-axis */
79 #define TP_TOGGLE_MB 0x23 /* Disable/Enable Middle Button */
105 /* Power on Self Test Results */
109 * Default power on values
150 return -ENOSYS; in trackpoint_detect()