Lines Matching refs:hkey

534 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY",	/* 600e/x, 770e, 770x */
3305 TPACPI_ACPIHANDLE_INIT(hkey); in hotkey_init()
3683 static bool hotkey_notify_hotkey(const u32 hkey, in hotkey_notify_hotkey() argument
3688 unsigned int scancode = hkey & 0xfff; in hotkey_notify_hotkey()
3708 static bool hotkey_notify_wakeup(const u32 hkey, in hotkey_notify_wakeup() argument
3716 switch (hkey) { in hotkey_notify_wakeup()
3748 static bool hotkey_notify_dockevent(const u32 hkey, in hotkey_notify_dockevent() argument
3756 switch (hkey) { in hotkey_notify_dockevent()
3776 static bool hotkey_notify_usrevent(const u32 hkey, in hotkey_notify_usrevent() argument
3784 switch (hkey) { in hotkey_notify_usrevent()
3810 static bool hotkey_notify_6xxx(const u32 hkey, in hotkey_notify_6xxx() argument
3820 switch (hkey) { in hotkey_notify_6xxx()
3873 u32 hkey; in hotkey_notify() local
3889 if (!acpi_evalf(hkey_handle, &hkey, "MHKP", "d")) { in hotkey_notify()
3894 if (hkey == 0) { in hotkey_notify()
3902 switch (hkey >> 12) { 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()
3915 switch (hkey) { 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()
3949 hkey == TP_HKEY_EV_RFKILL_CHANGED) { in hotkey_notify()
3960 pr_notice("unhandled HKEY event 0x%04x\n", hkey); in hotkey_notify()
3970 event, hkey); in hotkey_notify()
4256 TPACPI_ACPIHANDLE_INIT(hkey); in bluetooth_init()
4445 TPACPI_ACPIHANDLE_INIT(hkey); in wan_init()
4585 TPACPI_ACPIHANDLE_INIT(hkey); in uwb_init()