Lines Matching defs:idev
518 InputClassMatches(const XF86ConfInputClassPtr iclass, const InputInfoPtr idev,
546 if (!MatchAttrToken(idev->driver, &iclass->match_driver, strcmp))
598 MergeInputClasses(const InputInfoPtr idev, const InputAttributes *attrs)
604 if (!InputClassMatches(cl, idev, attrs))
610 free(idev->driver);
611 idev->driver = xstrdup(cl->driver);
612 if (!idev->driver) {
618 idev->driver);
623 idev->name, cl->identifier);
624 idev->options = xf86optionListMerge(idev->options, classopts);
635 IgnoreInputClass(const InputInfoPtr idev, const InputAttributes *attrs)
642 if (!InputClassMatches(cl, idev, attrs))
652 idev->name, ignore_class);
752 * @param idev The device, already set up with identifier, driver, and the