| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| InputClass.c | 47 {MATCH_PRODUCT, "matchproduct"}, 89 list_init(&ptr->match_product); 124 case MATCH_PRODUCT: 127 add_group_entry(&ptr->match_product, 254 list_for_each_entry(group, &ptr->match_product, entry) { 347 list_for_each_entry_safe(group, next, &ptr->match_product, entry) {
|
| xf86Parser.h | 353 struct list match_product; member in struct:__anon10665
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| InputClass.c | 42 {MATCH_PRODUCT, "matchproduct"}, 82 xorg_list_for_each_entry_safe(group, next, &ptr->match_product, entry) { 178 xorg_list_init(&ptr->match_product); 221 case MATCH_PRODUCT: 224 add_group_entry(&ptr->match_product, 412 xorg_list_for_each_entry(group, &ptr->match_product, entry) {
|
| xf86Parser.h | 315 struct xorg_list match_product; member in struct:__anon10080
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Xinput.c | 522 if (!MatchAttrToken(attrs->product, &iclass->match_product, match_substring))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Xinput.c | 619 (attrs->product, &iclass->match_product, match_substring))
|