Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.c999 static void adj_match_dir(match_f *match_direction) in adj_match_dir() argument
1001 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
1002 *match_direction = in adj_match_dir()
1004 else if (*match_direction == FIND_NEXT_MATCH_UP) in adj_match_dir()
1005 *match_direction = in adj_match_dir()
1013 match_f match_direction; member
1032 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1040 adj_match_dir(&state->match_direction); in do_match()
1042 state->match_direction); in do_match()
1044 state->match_direction = FIND_NEXT_MATCH_DOWN; in do_match()
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.c999 static void adj_match_dir(match_f *match_direction) in adj_match_dir() argument
1001 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
1002 *match_direction = in adj_match_dir()
1004 else if (*match_direction == FIND_NEXT_MATCH_UP) in adj_match_dir()
1005 *match_direction = in adj_match_dir()
1013 match_f match_direction; member
1032 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1040 adj_match_dir(&state->match_direction); in do_match()
1042 state->match_direction); in do_match()
1044 state->match_direction = FIND_NEXT_MATCH_DOWN; in do_match()
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.c999 static void adj_match_dir(match_f *match_direction) in adj_match_dir() argument
1001 if (*match_direction == FIND_NEXT_MATCH_DOWN) in adj_match_dir()
1002 *match_direction = in adj_match_dir()
1004 else if (*match_direction == FIND_NEXT_MATCH_UP) in adj_match_dir()
1005 *match_direction = in adj_match_dir()
1013 match_f match_direction; member
1032 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1040 adj_match_dir(&state->match_direction); in do_match()
1042 state->match_direction); in do_match()
1044 state->match_direction = FIND_NEXT_MATCH_DOWN; in do_match()
[all …]