Searched defs:acpi_device_wakeup (Results 1 – 2 of 2) sorted by relevance
325 struct acpi_device_wakeup { struct330 struct acpi_device_wakeup_flags flags; argument331 struct acpi_device_wakeup_context context; argument332 struct wakeup_source *ws;333 int prepare_count;
670 static int acpi_device_wakeup(struct acpi_device *adev, u32 target_state, in acpi_device_wakeup() function