Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c336 ptr->is_joystick.set = xf86getBoolValue(&ptr->is_joystick.val, in xf86parseInputClassSection()
339 if (!ptr->is_joystick.set) in xf86parseInputClassSection()
480 if (ptr->is_joystick.set) in xf86printInputClassSection()
482 ptr->is_joystick.val ? "yes" : "no"); in xf86printInputClassSection()
H A Dxf86Parser.h326 xf86TriState is_joystick; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c654 if (iclass->is_joystick.set && in InputClassMatches()
655 iclass->is_joystick.val != ! !(attrs->flags & ATTR_JOYSTICK)) in InputClassMatches()