Searched refs:is_joystick (Results 1 – 3 of 3) sorted by relevance
336 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()
326 xf86TriState is_joystick; member
654 if (iclass->is_joystick.set && in InputClassMatches()655 iclass->is_joystick.val != ! !(attrs->flags & ATTR_JOYSTICK)) in InputClassMatches()