Home
last modified time | relevance | path

Searched refs:find_dev_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_const.c170 DEVTREE_CONST struct device *find_dev_path( in find_dev_path() function
206 child = find_dev_path(parent, nested_path); in find_dev_nested_path()
222 return find_dev_path(parent, &path); in pcidev_path_behind()
H A Dcpu_device.c22 cpu = find_dev_path(cpu_bus, &cpu_path); in add_cpu_device()
H A Ddevice.c174 child = find_dev_path(parent, path); in alloc_find_dev()
/aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/
H A Decam0.c121 child = find_dev_path(link, &pci_path); in ecam0_fix_missing_devices()
/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h205 DEVTREE_CONST struct device *find_dev_path(
/aosp_15_r20/external/coreboot/src/drivers/intel/mipi_camera/
H A Dcamera.c426 struct device *vcm_dev = find_dev_path(dev->upstream, &path); in camera_fill_sensor()