Searched refs:is_touchscreen (Results 1 – 3 of 3) sorted by relevance
370 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val, in xf86parseInputClassSection()373 if (!ptr->is_touchscreen.set) in xf86parseInputClassSection()492 if (ptr->is_touchscreen.set) in xf86printInputClassSection()494 ptr->is_touchscreen.val ? "yes" : "no"); in xf86printInputClassSection()
330 xf86TriState is_touchscreen; member
666 if (iclass->is_touchscreen.set && in InputClassMatches()667 iclass->is_touchscreen.val != ! !(attrs->flags & ATTR_TOUCHSCREEN)) in InputClassMatches()