Searched refs:acpi_dev_gpio_irq_wake_get_by (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | acpi.h | 1241 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()
|
/linux-6.6.21/drivers/gpio/ |
D | gpiolib-acpi.c | 1052 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 1120 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by);
|