Searched refs:acpi_dev_gpio_irq_wake_get_by (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/include/linux/ |
D | acpi.h | 1235 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index, 1248 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 1258 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable); in acpi_dev_gpio_irq_wake_get() 1264 return acpi_dev_gpio_irq_wake_get_by(adev, name, index, NULL); in acpi_dev_gpio_irq_get_by() 1269 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL); in acpi_dev_gpio_irq_get()
|
/linux-6.8/drivers/gpio/ |
D | gpiolib-acpi.c | 1028 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 1096 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by);
|