Searched refs:acpi_device_mmio_get (Results 1 – 5 of 5) sorted by relevance
64 ret = acpi_device_mmio_get(dev, &mmio_res); in ZTEST()
60 ret = acpi_device_mmio_get(acpi_child, &mmio_res); in soc_acpi_gpio_resource_get()
217 int acpi_device_mmio_get(struct acpi_dev *child_dev, struct acpi_mmio_resource *mmio_res);
300 if (!acpi_device_mmio_get(dev, &mmio_res)) { in get_acpi_dev_resource()
488 int acpi_device_mmio_get(struct acpi_dev *child_dev, struct acpi_mmio_resource *mmio_res) in acpi_device_mmio_get() function