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

/linux-master/drivers/of/
H A Doverlay.c528 int node_path_match; local
543 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2);
546 if (node_path_match) {
561 int node_path_match; local
578 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2);
581 if (node_path_match &&

Completed in 139 milliseconds