Home
last modified time | relevance | path

Searched refs:match_vendor (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c88 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 Dxf86Parser.h316 struct xorg_list match_vendor; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.h53 xf86MatchDriverFromFiles(uint16_t match_vendor, uint16_t match_chip,
H A Dxf86pciBus.c1297 xf86MatchDriverFromFiles(uint16_t match_vendor, uint16_t match_chip, argument
1362 if (vendor == match_vendor && chip == match_chip) {
H A Dxf86Xinput.c596 if (!MatchAttrToken(attrs->vendor, &iclass->match_vendor, match_substring)) in InputClassMatches()