Searched refs:acpi_device_path_fill (Results 1 – 1 of 1) sorted by relevance
/u-boot/lib/acpi/ |
A D | acpi_device.c | 32 static int acpi_device_path_fill(const struct udevice *dev, char *buf, in acpi_device_path_fill() function 52 next = acpi_device_path_fill(dev_get_parent(dev), buf, buf_len, in acpi_device_path_fill() 69 ret = acpi_device_path_fill(dev, buf, maxlen, 0); in acpi_device_path() 83 ret = acpi_device_path_fill(dev_get_parent(dev), scope, maxlen, 0); in acpi_device_scope()
|
Completed in 3 milliseconds