Searched refs:match_f (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/kconfig/
H A Dnconf.c501 FIND_NEXT_MATCH_DOWN, FIND_NEXT_MATCH_UP} match_f; typedef in typeref:enum:__anon495
504 static int get_mext_match(const char *match_str, match_f flag)
1020 static void adj_match_dir(match_f *match_direction)
1034 match_f match_direction;
/linux-master/arch/sparc/kernel/
H A Dmdesc.c117 mdesc_node_match_f *match_f)
127 if (match_f)
128 *match_f = NULL;
141 if (match_f)
142 *match_f = md_node_ops_table[i].node_match;
114 mdesc_get_node_ops(const char *node_name, mdesc_node_info_get_f *get_info_f, mdesc_node_info_rel_f *rel_info_f, mdesc_node_match_f *match_f) argument

Completed in 108 milliseconds