Home
last modified time | relevance | path

Searched refs:acpi_pm_wakeup_event (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/acpi/
Dbutton.c378 acpi_pm_wakeup_event(&device->dev); in acpi_lid_update_state()
419 acpi_pm_wakeup_event(&device->dev); in acpi_button_notify()
Ddevice_pm.c392 void acpi_pm_wakeup_event(struct device *dev) in acpi_pm_wakeup_event() function
396 EXPORT_SYMBOL_GPL(acpi_pm_wakeup_event);
Dbattery.c978 acpi_pm_wakeup_event(&battery->device->dev); in acpi_battery_update()
/Linux-v4.19/include/acpi/
Dacpi_bus.h618 void acpi_pm_wakeup_event(struct device *dev);
627 static inline void acpi_pm_wakeup_event(struct device *dev) in acpi_pm_wakeup_event() function