| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86pciBus.h | 53 xf86MatchDriverFromFiles(uint16_t match_vendor, uint16_t match_chip,
|
| xf86pciBus.c | 1297 xf86MatchDriverFromFiles(uint16_t match_vendor, uint16_t match_chip, 1362 if (vendor == match_vendor && chip == match_chip) {
|
| xf86Xinput.c | 623 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| InputClass.c | 48 {MATCH_VENDOR, "matchvendor"}, 90 list_init(&ptr->match_vendor); 130 case MATCH_VENDOR: 133 add_group_entry(&ptr->match_vendor, 261 list_for_each_entry(group, &ptr->match_vendor, entry) { 353 list_for_each_entry_safe(group, next, &ptr->match_vendor, entry) {
|
| xf86Parser.h | 354 struct list match_vendor; member in struct:__anon10665
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| InputClass.c | 43 {MATCH_VENDOR, "matchvendor"}, 88 xorg_list_for_each_entry_safe(group, next, &ptr->match_vendor, entry) { 179 xorg_list_init(&ptr->match_vendor); 232 case MATCH_VENDOR: 235 add_group_entry(&ptr->match_vendor, 419 xorg_list_for_each_entry(group, &ptr->match_vendor, entry) {
|
| xf86Parser.h | 316 struct xorg_list match_vendor; member in struct:__anon10080
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86pciBus.c | 1196 matchDriverFromFiles (char** matches, uint16_t match_vendor, uint16_t match_chip) 1258 if (vendor == match_vendor && chip == match_chip ) {
|
| xf86Xinput.c | 526 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring))
|