Home
last modified time | relevance | path

Searched refs:match_pnpid (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c106 xorg_list_for_each_entry_safe(group, next, &ptr->match_pnpid, entry) { in xf86freeInputClassList()
182 xorg_list_init(&ptr->match_pnpid); in xf86parseInputClassSection()
266 add_group_entry(&ptr->match_pnpid, in xf86parseInputClassSection()
438 xorg_list_for_each_entry(group, &ptr->match_pnpid, entry) { in xf86printInputClassSection()
H A Dxf86Parser.h319 struct xorg_list match_pnpid; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c609 if (!MatchAttrToken(attrs->pnp_id, &iclass->match_pnpid, match_pattern)) in InputClassMatches()