Lines Matching refs:hkey
535 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY", /* 600e/x, 770e, 770x */
3306 TPACPI_ACPIHANDLE_INIT(hkey); in hotkey_init()
3684 static bool hotkey_notify_hotkey(const u32 hkey, in hotkey_notify_hotkey() argument
3689 unsigned int scancode = hkey & 0xfff; in hotkey_notify_hotkey()
3709 static bool hotkey_notify_wakeup(const u32 hkey, in hotkey_notify_wakeup() argument
3717 switch (hkey) { in hotkey_notify_wakeup()
3749 static bool hotkey_notify_dockevent(const u32 hkey, in hotkey_notify_dockevent() argument
3757 switch (hkey) { in hotkey_notify_dockevent()
3777 static bool hotkey_notify_usrevent(const u32 hkey, in hotkey_notify_usrevent() argument
3785 switch (hkey) { in hotkey_notify_usrevent()
3811 static bool hotkey_notify_6xxx(const u32 hkey, in hotkey_notify_6xxx() argument
3821 switch (hkey) { in hotkey_notify_6xxx()
3874 u32 hkey; in hotkey_notify() local
3890 if (!acpi_evalf(hkey_handle, &hkey, "MHKP", "d")) { in hotkey_notify()
3895 if (hkey == 0) { in hotkey_notify()
3903 switch (hkey >> 12) { 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()
3916 switch (hkey) { 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()
3950 hkey == TP_HKEY_EV_RFKILL_CHANGED) { in hotkey_notify()
3961 pr_notice("unhandled HKEY event 0x%04x\n", hkey); in hotkey_notify()
3971 event, hkey); in hotkey_notify()
4257 TPACPI_ACPIHANDLE_INIT(hkey); in bluetooth_init()
4446 TPACPI_ACPIHANDLE_INIT(hkey); in wan_init()
4586 TPACPI_ACPIHANDLE_INIT(hkey); in uwb_init()