Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c345 ptr->is_tablet.set = xf86getBoolValue(&ptr->is_tablet.val, xf86_lex_val.str); in xf86parseInputClassSection()
347 if (!ptr->is_tablet.set) in xf86parseInputClassSection()
483 if (ptr->is_tablet.set) in xf86printInputClassSection()
485 ptr->is_tablet.val ? "yes" : "no"); in xf86printInputClassSection()
H A Dxf86Parser.h327 xf86TriState is_tablet; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c657 if (iclass->is_tablet.set && in InputClassMatches()
658 iclass->is_tablet.val != ! !(attrs->flags & ATTR_TABLET)) in InputClassMatches()