Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_const.c197 DEVTREE_CONST struct device *find_dev_nested_path( in find_dev_nested_path() function
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/soc/intel/common/block/tcss/
H A Dtcss.c417 const struct device *conn = find_dev_nested_path(pci_root_bus(), conn_path, in tcss_get_port_info()
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/romstage/
H A Dfsp_params.c232 const struct device *dev = find_dev_nested_path(pci_root_bus(), path, in fill_fspm_misc_params()
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/romstage/
H A Dfsp_params.c308 const struct device *dev = find_dev_nested_path(pci_root_bus(), path, in fill_fspm_cnvi_params()
/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h208 DEVTREE_CONST struct device *find_dev_nested_path(