Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c130 xorg_list_for_each_entry_safe(group, next, &ptr->match_layout, entry) { in xf86freeInputClassList()
186 xorg_list_init(&ptr->match_layout); in xf86parseInputClassSection()
310 add_group_entry(&ptr->match_layout, in xf86parseInputClassSection()
466 xorg_list_for_each_entry(group, &ptr->match_layout, entry) { in xf86printInputClassSection()
H A Dxf86Parser.h323 struct xorg_list match_layout; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c641 if (!xorg_list_is_empty(&iclass->match_layout)) { in InputClassMatches()
643 &iclass->match_layout, match_string_implicit)) in InputClassMatches()