Searched refs:acpi_dev_gpio_irq_wake_get_by (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | acpi.h | 1214 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index, 1227 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 1237 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable); in acpi_dev_gpio_irq_wake_get() 1243 return acpi_dev_gpio_irq_wake_get_by(adev, name, index, NULL); in acpi_dev_gpio_irq_get_by() 1248 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL); in acpi_dev_gpio_irq_get()
|
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-acpi.c | 1025 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 1092 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by);
|