Searched refs:is_keyboard (Results 1 – 3 of 3) sorted by relevance
318 ptr->is_keyboard.set = xf86getBoolValue(&ptr->is_keyboard.val, in xf86parseInputClassSection()321 if (!ptr->is_keyboard.set) in xf86parseInputClassSection()474 if (ptr->is_keyboard.set) in xf86printInputClassSection()476 ptr->is_keyboard.val ? "yes" : "no"); in xf86printInputClassSection()
324 xf86TriState is_keyboard; member
648 if (iclass->is_keyboard.set && in InputClassMatches()649 iclass->is_keyboard.val != ! !(attrs->flags & (ATTR_KEY|ATTR_KEYBOARD))) in InputClassMatches()