Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c361 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()
H A Dxf86Parser.h329 xf86TriState is_touchpad; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c663 if (iclass->is_touchpad.set && in InputClassMatches()
664 iclass->is_touchpad.val != ! !(attrs->flags & ATTR_TOUCHPAD)) in InputClassMatches()