Searched refs:match_f (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | nconf.c | 494 FIND_NEXT_MATCH_DOWN, FIND_NEXT_MATCH_UP} match_f; typedef 497 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() 999 static void adj_match_dir(match_f *match_direction) in adj_match_dir() 1013 match_f match_direction;
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | nconf.c | 500 FIND_NEXT_MATCH_DOWN, FIND_NEXT_MATCH_UP} match_f; typedef 503 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() 1070 static void adj_match_dir(match_f *match_direction) in adj_match_dir() 1084 match_f match_direction;
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | mdesc.c | 117 mdesc_node_match_f *match_f) in mdesc_get_node_ops() 127 if (match_f) in mdesc_get_node_ops() 128 *match_f = NULL; in mdesc_get_node_ops() 141 if (match_f) in mdesc_get_node_ops() 142 *match_f = md_node_ops_table[i].node_match; in mdesc_get_node_ops() 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) mdesc_get_node_ops() argument
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | mdesc.c | 117 mdesc_node_match_f *match_f) in mdesc_get_node_ops() 127 if (match_f) in mdesc_get_node_ops() 128 *match_f = NULL; in mdesc_get_node_ops() 141 if (match_f) in mdesc_get_node_ops() 142 *match_f = md_node_ops_table[i].node_match; in mdesc_get_node_ops() 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) mdesc_get_node_ops() argument
|
Completed in 8 milliseconds