Lines Matching defs:idev
614 InputClassMatches(const XF86ConfInputClassPtr iclass, const InputInfoPtr idev,
644 if (!MatchAttrToken(idev->driver, &iclass->match_driver, strcmp))
706 MergeInputClasses(const InputInfoPtr idev, const InputAttributes * attrs)
712 if (!InputClassMatches(cl, idev, attrs))
718 free((void *) idev->driver);
719 idev->driver = xstrdup(cl->driver);
720 if (!idev->driver) {
725 classopts = xf86ReplaceStrOption(classopts, "driver", idev->driver);
730 idev->name, cl->identifier);
731 idev->options = xf86optionListMerge(idev->options, classopts);
742 IgnoreInputClass(const InputInfoPtr idev, const InputAttributes * attrs)
749 if (!InputClassMatches(cl, idev, attrs))
759 idev->name, ignore_class);
893 * @param idev The device, already set up with identifier, driver, and the