Searched refs:is_tablet_pad (Results 1 – 3 of 3) sorted by relevance
353 ptr->is_tablet_pad.set = xf86getBoolValue(&ptr->is_tablet_pad.val, xf86_lex_val.str); in xf86parseInputClassSection()355 if (!ptr->is_tablet_pad.set) in xf86parseInputClassSection()486 if (ptr->is_tablet_pad.set) in xf86printInputClassSection()488 ptr->is_tablet_pad.val ? "yes" : "no"); in xf86printInputClassSection()
328 xf86TriState is_tablet_pad; member
660 if (iclass->is_tablet_pad.set && in InputClassMatches()661 iclass->is_tablet_pad.val != ! !(attrs->flags & ATTR_TABLET_PAD)) in InputClassMatches()