Home
last modified time | relevance | path

Searched refs:acpi_dev_gpio_irq_wake_get_by (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dacpi.h1241 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index,
1254 static inline int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, in acpi_dev_gpio_irq_wake_get_by() function
1264 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable); in acpi_dev_gpio_irq_wake_get()
1270 return acpi_dev_gpio_irq_wake_get_by(adev, name, index, NULL); in acpi_dev_gpio_irq_get_by()
1275 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL); in acpi_dev_gpio_irq_get()
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c1069 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index, in acpi_dev_gpio_irq_wake_get_by() function
1137 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by);