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

/linux-master/drivers/of/
H A Doverlay.c533 int node_path_match; local
548 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2);
551 if (node_path_match) {
566 int node_path_match; local
583 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2);
586 if (node_path_match &&

Completed in 104 milliseconds