Lines Matching defs:present
4477 /* no bluetooth hardware present in system */
4656 /* no wan hardware present in system */
4784 /* no uwb hardware present in system */
7896 * This register is present on all ThinkPads with a new-style EC, and
7897 * it is known not to be present on the A21m/e, and T22, as there is
10057 #define PALMSENSOR_PRESENT_BIT 0 /* Determine if psensor present */
10079 static int lapsensor_get(bool *present, bool *state)
10083 *present = false;
10088 *present = true; /*If we get his far, we have lapmode support*/
10093 static int palmsensor_get(bool *present, bool *state)
10098 *present = false;
10104 *present = output & BIT(PALMSENSOR_PRESENT_BIT) ? true : false;