Searched refs:match_vendor (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | InputClass.c | 88 xorg_list_for_each_entry_safe(group, next, &ptr->match_vendor, entry) { in xf86freeInputClassList() 179 xorg_list_init(&ptr->match_vendor); in xf86parseInputClassSection() 233 add_group_entry(&ptr->match_vendor, in xf86parseInputClassSection() 417 xorg_list_for_each_entry(group, &ptr->match_vendor, entry) { in xf86printInputClassSection()
|
| H A D | xf86Parser.h | 316 struct xorg_list match_vendor; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86pciBus.h | 53 xf86MatchDriverFromFiles(uint16_t match_vendor, uint16_t match_chip,
|
| H A D | xf86pciBus.c | 1297 xf86MatchDriverFromFiles(uint16_t match_vendor, uint16_t match_chip, argument 1362 if (vendor == match_vendor && chip == match_chip) {
|
| H A D | xf86Xinput.c | 596 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring)) in InputClassMatches()
|