Searched refs:match_device (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | InputClass.c | 91 list_init(&ptr->match_device); 139 add_group_entry(&ptr->match_device, 268 list_for_each_entry(group, &ptr->match_device, entry) { 359 list_for_each_entry_safe(group, next, &ptr->match_device, entry) {
|
| H A D | xf86Parser.h | 355 struct list match_device; member in struct:__anond430d9491608
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | InputClass.c | 94 xorg_list_for_each_entry_safe(group, next, &ptr->match_device, entry) { 180 xorg_list_init(&ptr->match_device); 246 add_group_entry(&ptr->match_device, 426 xorg_list_for_each_entry(group, &ptr->match_device, entry) {
|
| H A D | xf86Parser.h | 317 struct xorg_list match_device; member in struct:__anon01ede9dc1608
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 530 if (!MatchAttrToken(attrs->device, &iclass->match_device, match_path_pattern))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 628 (attrs->device, &iclass->match_device, match_path_pattern))
|
Completed in 10 milliseconds