Searched refs:acpi_dev_gpio_irq_wake_get_by (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | acpi.h | 1232 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index, 1245 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 1255 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable); in acpi_dev_gpio_irq_wake_get() 1261 return acpi_dev_gpio_irq_wake_get_by(adev, name, index, NULL); in acpi_dev_gpio_irq_get_by() 1266 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL); in acpi_dev_gpio_irq_get()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-acpi.c | 1049 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 1117 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by);
|
Completed in 11 milliseconds