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

/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c1035 * acpi_dev_gpio_irq_wake_get_by() - Find GpioInt and translate it to Linux IRQ number
1056 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, int index, function
1128 EXPORT_SYMBOL_GPL(acpi_dev_gpio_irq_wake_get_by); variable
/linux-master/include/linux/
H A Dacpi.h1235 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, int index,
1248 static inline int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, function
1258 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable);
1264 return acpi_dev_gpio_irq_wake_get_by(adev, con_id, index, NULL);
1269 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL);

Completed in 415 milliseconds