Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Doverlay.c540 int node_path_match; in find_dup_cset_node_entry()
555 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2); in find_dup_cset_node_entry()
558 if (node_path_match) {
573 int node_path_match; in find_dup_cset_prop()
590 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2); in find_dup_cset_prop()
593 if (node_path_match && in find_dup_cset_prop()
531 int node_path_match; find_dup_cset_node_entry() local
564 int node_path_match; find_dup_cset_prop() local