Lines Matching refs:send_acpi_ev
3685 bool *send_acpi_ev, in hotkey_notify_hotkey() argument
3690 *send_acpi_ev = true; in hotkey_notify_hotkey()
3698 *send_acpi_ev = false; in hotkey_notify_hotkey()
3710 bool *send_acpi_ev, in hotkey_notify_wakeup() argument
3714 *send_acpi_ev = true; in hotkey_notify_wakeup()
3750 bool *send_acpi_ev, in hotkey_notify_dockevent() argument
3754 *send_acpi_ev = true; in hotkey_notify_dockevent()
3778 bool *send_acpi_ev, in hotkey_notify_usrevent() argument
3782 *send_acpi_ev = true; in hotkey_notify_usrevent()
3794 *send_acpi_ev = false; in hotkey_notify_usrevent()
3812 bool *send_acpi_ev, in hotkey_notify_6xxx() argument
3818 *send_acpi_ev = true; in hotkey_notify_6xxx()
3858 *send_acpi_ev = false; in hotkey_notify_6xxx()
3875 bool send_acpi_ev; in hotkey_notify() local
3900 send_acpi_ev = true; in hotkey_notify()
3906 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev, in hotkey_notify()
3911 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev, in hotkey_notify()
3933 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev, in hotkey_notify()
3938 known_ev = hotkey_notify_usrevent(hkey, &send_acpi_ev, in hotkey_notify()
3944 known_ev = hotkey_notify_6xxx(hkey, &send_acpi_ev, in hotkey_notify()
3952 send_acpi_ev = 0; in hotkey_notify()
3967 if (!ignore_acpi_ev && send_acpi_ev) { in hotkey_notify()