Lines Matching refs:send_acpi_ev
3889 bool *send_acpi_ev, in hotkey_notify_hotkey() argument
3894 *send_acpi_ev = true; in hotkey_notify_hotkey()
3910 *send_acpi_ev = false; in hotkey_notify_hotkey()
3939 bool *send_acpi_ev, in hotkey_notify_wakeup() argument
3943 *send_acpi_ev = true; in hotkey_notify_wakeup()
3979 bool *send_acpi_ev, in hotkey_notify_dockevent() argument
3983 *send_acpi_ev = true; in hotkey_notify_dockevent()
4014 *send_acpi_ev = false; in hotkey_notify_dockevent()
4024 bool *send_acpi_ev, in hotkey_notify_usrevent() argument
4028 *send_acpi_ev = true; in hotkey_notify_usrevent()
4040 *send_acpi_ev = false; in hotkey_notify_usrevent()
4059 bool *send_acpi_ev, in hotkey_notify_6xxx() argument
4063 *send_acpi_ev = true; in hotkey_notify_6xxx()
4110 *send_acpi_ev = false; in hotkey_notify_6xxx()
4117 *send_acpi_ev = false; in hotkey_notify_6xxx()
4124 *send_acpi_ev = false; in hotkey_notify_6xxx()
4145 bool send_acpi_ev; in hotkey_notify() local
4170 send_acpi_ev = true; in hotkey_notify()
4176 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev, in hotkey_notify()
4181 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev, in hotkey_notify()
4203 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev, in hotkey_notify()
4208 known_ev = hotkey_notify_usrevent(hkey, &send_acpi_ev, in hotkey_notify()
4214 known_ev = hotkey_notify_6xxx(hkey, &send_acpi_ev, in hotkey_notify()
4222 send_acpi_ev = 0; in hotkey_notify()
4237 if (!ignore_acpi_ev && send_acpi_ev) { in hotkey_notify()