Searched refs:is_tablet (Results 1 – 3 of 3) sorted by relevance
345 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val, xf86_lex_val.str); in xf86parseInputClassSection()347 if (!ptr->is_tablet.set) in xf86parseInputClassSection()483 if (ptr->is_tablet.set) in xf86printInputClassSection()485 ptr->is_tablet.val ? "yes" : "no"); in xf86printInputClassSection()
327 xf86TriState is_tablet; member
657 if (iclass->is_tablet.set && in InputClassMatches()658 iclass->is_tablet.val != ! !(attrs->flags & ATTR_TABLET)) in InputClassMatches()