Home
last modified time | relevance | path

Searched refs:match_tag (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/rb532/
H A Dprom.c42 static inline int match_tag(char *arg, const char *tag) in match_tag() function
71 if (match_tag(prom_argv[i], FREQ_TAG)) { in prom_setup_cmdline()
77 if (match_tag(prom_argv[i], MEM_TAG)) in prom_setup_cmdline()
82 if (match_tag(prom_argv[i], BOARD_TAG)) { in prom_setup_cmdline()
85 if (match_tag(board, BOARD_RB532A)) in prom_setup_cmdline()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c124 xorg_list_for_each_entry_safe(group, next, &ptr->match_tag, entry) { in xf86freeInputClassList()
185 xorg_list_init(&ptr->match_tag); in xf86parseInputClassSection()
299 add_group_entry(&ptr->match_tag, xstrtokenize(xf86_lex_val.str, in xf86parseInputClassSection()
459 xorg_list_for_each_entry(group, &ptr->match_tag, entry) { in xf86printInputClassSection()
H A Dxf86Parser.h322 struct xorg_list match_tag; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c624 if (!xorg_list_is_empty(&iclass->match_tag)) { in InputClassMatches()
631 if (MatchAttrToken(*tag, &iclass->match_tag, strcmp)) { in InputClassMatches()