Home
last modified time | relevance | path

Searched refs:alloc_find_dev (Results 1 – 7 of 7) sorted by relevance

/external/coreboot/src/device/
Dcpu_device.c20 cpu = alloc_find_dev(cpu_bus, &cpu_path); in add_cpu_device()
Dpnp_device.c375 dev = alloc_find_dev(base_dev->upstream, &path); in pnp_enable_devices()
Ddevice.c170 struct device *alloc_find_dev(struct bus *parent, struct device_path *path) in alloc_find_dev() function
/external/coreboot/src/soc/intel/xeon_sp/spr/
Dioat.c50 struct device *const domain = alloc_find_dev(upstream, &path); in create_ioat_domain()
/external/coreboot/src/soc/intel/xeon_sp/
Dchip_common.c178 struct device *const domain = alloc_find_dev(upstream, &path); in create_domain()
/external/coreboot/src/ec/google/chromeec/
Dec_acpi.c285 ec = alloc_find_dev(dev->upstream, &path); in google_chromeec_fill_ssdt_generator()
/external/coreboot/src/include/device/
Ddevice.h212 struct device *alloc_find_dev(struct bus *parent, struct device_path *path);