Searched refs:is_touchscreen (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DInputClass.c215 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val,
217 if (!ptr->is_touchscreen.set)
326 if (ptr->is_touchscreen.set)
328 ptr->is_touchscreen.val ? "yes" : "no");
H A Dxf86Parser.h366 xf86TriState is_touchscreen; member in struct:__anond430d9491608
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DInputClass.c372 ptr->is_touchscreen.set = xf86getBoolValue(&ptr->is_touchscreen.val,
375 if (!ptr->is_touchscreen.set)
494 if (ptr->is_touchscreen.set)
496 ptr->is_touchscreen.val ? "yes" : "no");
H A Dxf86Parser.h330 xf86TriState is_touchscreen; member in struct:__anon01ede9dc1608
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.c585 if (iclass->is_touchscreen.set &&
586 iclass->is_touchscreen.val != !!(attrs->flags & ATTR_TOUCHSCREEN))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c693 if (iclass->is_touchscreen.set &&
694 iclass->is_touchscreen.val != ! !(attrs->flags & ATTR_TOUCHSCREEN))

Completed in 9 milliseconds