Searched refs:acpi_register_wakeup_handler (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/acpi/
H A Dwakeup.c102 * acpi_register_wakeup_handler - Register wakeup handler
111 int acpi_register_wakeup_handler(int wake_irq, bool (*wakeup)(void *context), function
136 EXPORT_SYMBOL_GPL(acpi_register_wakeup_handler); variable
140 * @wakeup: Wakeup-handler passed to acpi_register_wakeup_handler()
141 * @context: Context passed to acpi_register_wakeup_handler()
/linux-master/drivers/platform/x86/intel/
H A Dint0002_vgpio.c220 acpi_register_wakeup_handler(irq, int0002_check_wake, NULL);
/linux-master/include/linux/
H A Dacpi.h534 int acpi_register_wakeup_handler(
1055 static inline int acpi_register_wakeup_handler(int wake_irq, function
/linux-master/drivers/pinctrl/
H A Dpinctrl-amd.c1167 acpi_register_wakeup_handler(gpio_dev->irq, amd_gpio_check_wake, gpio_dev);

Completed in 183 milliseconds