Searched refs:nested_path (Results 1 – 5 of 5) sorted by relevance
198 const struct bus *parent, const struct device_path nested_path[], in find_dev_nested_path() argument203 if (!parent || !nested_path || !nested_path_length) in find_dev_nested_path()206 child = find_dev_path(parent, nested_path); in find_dev_nested_path()212 return find_dev_nested_path(child->downstream, nested_path + 1, nested_path_length - 1); in find_dev_nested_path()
158 case 'N': goto nested_path; in Parse()209 nested_path: in Parse()
393 nest = $nested_path:literal,402 let app = Router::new().nest($nested_path, inner);
210 const struct device_path nested_path[],