Searched refs:MatchAttrToken (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 479 MatchAttrToken(const char *attr, struct list *patterns, function in typeref:typename:Bool 522 if (!MatchAttrToken(attrs->product, &iclass->match_product, match_substring)) 526 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring)) 530 if (!MatchAttrToken(attrs->device, &iclass->match_device, match_path_pattern)) 534 if (!MatchAttrToken(HostOS(), &iclass->match_os, strcasecmp)) 538 if (!MatchAttrToken(attrs->pnp_id, &iclass->match_pnpid, match_pattern)) 542 if (!MatchAttrToken(attrs->usb_id, &iclass->match_usbid, match_pattern)) 546 if (!MatchAttrToken(idev->driver, &iclass->match_driver, strcmp)) 560 if (MatchAttrToken(*tag, &iclass->match_tag, strcmp)) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 572 MatchAttrToken(const char *attr, struct xorg_list *patterns, function in typeref:typename:Bool 618 if (!MatchAttrToken 623 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring)) 627 if (!MatchAttrToken 632 if (!MatchAttrToken(HostOS(), &iclass->match_os, strcasecmp)) 636 if (!MatchAttrToken(attrs->pnp_id, &iclass->match_pnpid, match_pattern)) 640 if (!MatchAttrToken(attrs->usb_id, &iclass->match_usbid, match_pattern)) 644 if (!MatchAttrToken(idev->driver, &iclass->match_driver, strcmp)) 658 if (MatchAttrToken(*tag, &iclass->match_tag, strcmp)) { 669 if (!MatchAttrToken(xf86ConfigLayou [all...] |
Completed in 7 milliseconds