Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_const.c199 size_t nested_path_length) in find_dev_nested_path() argument
203 if (!parent || !nested_path || !nested_path_length) in find_dev_nested_path()
209 if (nested_path_length == 1 || !child) 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()
/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h211 size_t nested_path_length);