Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c353 ptr->is_tablet_pad.set = xf86getBoolValue(&ptr->is_tablet_pad.val, xf86_lex_val.str); in xf86parseInputClassSection()
355 if (!ptr->is_tablet_pad.set) in xf86parseInputClassSection()
486 if (ptr->is_tablet_pad.set) in xf86printInputClassSection()
488 ptr->is_tablet_pad.val ? "yes" : "no"); in xf86printInputClassSection()
H A Dxf86Parser.h328 xf86TriState is_tablet_pad; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c660 if (iclass->is_tablet_pad.set && in InputClassMatches()
661 iclass->is_tablet_pad.val != ! !(attrs->flags & ATTR_TABLET_PAD)) in InputClassMatches()