Lines Matching refs:send_acpi_ev
3684 bool *send_acpi_ev, in hotkey_notify_hotkey() argument
3689 *send_acpi_ev = true; in hotkey_notify_hotkey()
3697 *send_acpi_ev = false; in hotkey_notify_hotkey()
3709 bool *send_acpi_ev, in hotkey_notify_wakeup() argument
3713 *send_acpi_ev = true; in hotkey_notify_wakeup()
3749 bool *send_acpi_ev, in hotkey_notify_dockevent() argument
3753 *send_acpi_ev = true; in hotkey_notify_dockevent()
3777 bool *send_acpi_ev, in hotkey_notify_usrevent() argument
3781 *send_acpi_ev = true; in hotkey_notify_usrevent()
3793 *send_acpi_ev = false; in hotkey_notify_usrevent()
3811 bool *send_acpi_ev, in hotkey_notify_6xxx() argument
3817 *send_acpi_ev = true; in hotkey_notify_6xxx()
3857 *send_acpi_ev = false; in hotkey_notify_6xxx()
3874 bool send_acpi_ev; in hotkey_notify() local
3899 send_acpi_ev = true; in hotkey_notify()
3905 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev, in hotkey_notify()
3910 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev, in hotkey_notify()
3932 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev, in hotkey_notify()
3937 known_ev = hotkey_notify_usrevent(hkey, &send_acpi_ev, in hotkey_notify()
3943 known_ev = hotkey_notify_6xxx(hkey, &send_acpi_ev, in hotkey_notify()
3951 send_acpi_ev = 0; in hotkey_notify()
3966 if (!ignore_acpi_ev && send_acpi_ev) { in hotkey_notify()