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

/linux-master/include/linux/
H A Dacpi.h1236 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index,
1249 static inline int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, function
1259 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable);
1265 return acpi_dev_gpio_irq_wake_get_by(adev, name, index, NULL);
1270 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL);
/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c1007 * acpi_dev_gpio_irq_wake_get_by() - Find GpioInt and translate it to Linux IRQ number
1028 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index, function
1096 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by); variable

Completed in 147 milliseconds