Lines Matching refs:send_acpi_ev
3884 bool *send_acpi_ev, in hotkey_notify_hotkey() argument
3889 *send_acpi_ev = true; in hotkey_notify_hotkey()
3905 *send_acpi_ev = false; in hotkey_notify_hotkey()
3934 bool *send_acpi_ev, in hotkey_notify_wakeup() argument
3938 *send_acpi_ev = true; in hotkey_notify_wakeup()
3974 bool *send_acpi_ev, in hotkey_notify_dockevent() argument
3978 *send_acpi_ev = true; in hotkey_notify_dockevent()
4002 bool *send_acpi_ev, in hotkey_notify_usrevent() argument
4006 *send_acpi_ev = true; in hotkey_notify_usrevent()
4018 *send_acpi_ev = false; in hotkey_notify_usrevent()
4036 bool *send_acpi_ev, in hotkey_notify_6xxx() argument
4040 *send_acpi_ev = true; in hotkey_notify_6xxx()
4088 *send_acpi_ev = false; in hotkey_notify_6xxx()
4095 *send_acpi_ev = false; in hotkey_notify_6xxx()
4116 bool send_acpi_ev; in hotkey_notify() local
4141 send_acpi_ev = true; in hotkey_notify()
4147 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev, in hotkey_notify()
4152 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev, in hotkey_notify()
4174 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev, in hotkey_notify()
4179 known_ev = hotkey_notify_usrevent(hkey, &send_acpi_ev, in hotkey_notify()
4185 known_ev = hotkey_notify_6xxx(hkey, &send_acpi_ev, in hotkey_notify()
4193 send_acpi_ev = 0; in hotkey_notify()
4208 if (!ignore_acpi_ev && send_acpi_ev) { in hotkey_notify()