Searched refs:acpi_device_irq_get (Results 1 – 5 of 5) sorted by relevance
70 ret = acpi_device_irq_get(dev, &irq_res); in ZTEST()
68 ret = acpi_device_irq_get(acpi_child, &irq_res); in soc_acpi_gpio_resource_get()
208 int acpi_device_irq_get(struct acpi_dev *child_dev, struct acpi_irq_resource *irq_res);
313 if (!acpi_device_irq_get(dev, &irq_res)) { in get_acpi_dev_resource()
450 int acpi_device_irq_get(struct acpi_dev *child_dev, struct acpi_irq_resource *irq_res) in acpi_device_irq_get() function