Searched refs:is_touchpad (Results 1 – 3 of 3) sorted by relevance
361 ptr->is_touchpad.set = xf86getBoolValue(&ptr->is_touchpad.val, in xf86parseInputClassSection()364 if (!ptr->is_touchpad.set) in xf86parseInputClassSection()489 if (ptr->is_touchpad.set) in xf86printInputClassSection()491 ptr->is_touchpad.val ? "yes" : "no"); in xf86printInputClassSection()
329 xf86TriState is_touchpad; member
663 if (iclass->is_touchpad.set && in InputClassMatches()664 iclass->is_touchpad.val != ! !(attrs->flags & ATTR_TOUCHPAD)) in InputClassMatches()