Searched refs:get_acpi (Results 1 - 8 of 8) sorted by relevance

/u-boot/include/
H A Dirq.h130 * get_acpi() - Get the ACPI info for an irq
139 int (*get_acpi)(const struct irq *irq, struct acpi_irq *acpi_irq); member in struct:irq_ops
/u-boot/drivers/misc/
H A Dirq_sandbox.c87 .get_acpi = sandbox_get_acpi,
H A Dirq-uclass.c191 if (!ops->get_acpi)
194 return ops->get_acpi(irq, acpi_irq);
/u-boot/arch/x86/cpu/
H A Dacpi_gpe.c98 .get_acpi = acpi_gpe_get_acpi,
/u-boot/include/asm-generic/
H A Dgpio.h386 * get_acpi() - Get the ACPI info for a GPIO
395 int (*get_acpi)(const struct gpio_desc *desc, struct acpi_gpio *gpio); member in struct:dm_gpio_ops
/u-boot/drivers/gpio/
H A Dintel_gpio.c203 .get_acpi = intel_gpio_get_acpi,
H A Dsandbox.c325 .get_acpi = sb_gpio_get_acpi,
H A Dgpio-uclass.c959 if (!ops->get_acpi)
962 return ops->get_acpi(desc, gpio);

Completed in 87 milliseconds