Home
last modified time | relevance | path

Searched refs:is_touchscreen (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c370 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()
H A Dxf86Parser.h330 xf86TriState is_touchscreen; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c666 if (iclass->is_touchscreen.set && in InputClassMatches()
667 iclass->is_touchscreen.val != ! !(attrs->flags & ATTR_TOUCHSCREEN)) in InputClassMatches()