Searched refs:acpi_dev_gpio_irq_wake_get_by (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | acpi.h | 1254 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, int index, 1267 static inline int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, in acpi_dev_gpio_irq_wake_get_by() function 1277 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, wake_capable); in acpi_dev_gpio_irq_wake_get() 1283 return acpi_dev_gpio_irq_wake_get_by(adev, con_id, index, NULL); in acpi_dev_gpio_irq_get_by() 1288 return acpi_dev_gpio_irq_wake_get_by(adev, NULL, index, NULL); in acpi_dev_gpio_irq_get()
|