Lines Matching refs:hkey

583 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY",	/* 600e/x, 770e, 770x */
3381 TPACPI_ACPIHANDLE_INIT(hkey); in hotkey_init()
3731 static bool hotkey_notify_extended_hotkey(const u32 hkey) in hotkey_notify_extended_hotkey() argument
3735 switch (hkey) { in hotkey_notify_extended_hotkey()
3738 tpacpi_driver_event(hkey); in hotkey_notify_extended_hotkey()
3746 scancode = (hkey & 0xfff) - (0x300 - TP_ACPI_HOTKEYSCAN_EXTENDED_START); in hotkey_notify_extended_hotkey()
3756 static bool hotkey_notify_hotkey(const u32 hkey, in hotkey_notify_hotkey() argument
3761 unsigned int scancode = hkey & 0xfff; in hotkey_notify_hotkey()
3770 switch ((hkey >> 8) & 0xf) { in hotkey_notify_hotkey()
3790 return hotkey_notify_extended_hotkey(hkey); in hotkey_notify_hotkey()
3796 static bool hotkey_notify_wakeup(const u32 hkey, in hotkey_notify_wakeup() argument
3804 switch (hkey) { in hotkey_notify_wakeup()
3836 static bool hotkey_notify_dockevent(const u32 hkey, in hotkey_notify_dockevent() argument
3844 switch (hkey) { in hotkey_notify_dockevent()
3881 static bool hotkey_notify_usrevent(const u32 hkey, in hotkey_notify_usrevent() argument
3889 switch (hkey) { in hotkey_notify_usrevent()
3916 static bool hotkey_notify_6xxx(const u32 hkey, in hotkey_notify_6xxx() argument
3924 switch (hkey) { in hotkey_notify_6xxx()
3933 tpacpi_driver_event(hkey); in hotkey_notify_6xxx()
4002 u32 hkey; in hotkey_notify() local
4018 if (!acpi_evalf(hkey_handle, &hkey, "MHKP", "d")) { in hotkey_notify()
4023 if (hkey == 0) { in hotkey_notify()
4031 switch (hkey >> 12) { in hotkey_notify()
4034 known_ev = hotkey_notify_hotkey(hkey, &send_acpi_ev, in hotkey_notify()
4039 known_ev = hotkey_notify_wakeup(hkey, &send_acpi_ev, in hotkey_notify()
4044 switch (hkey) { in hotkey_notify()
4061 known_ev = hotkey_notify_dockevent(hkey, &send_acpi_ev, in hotkey_notify()
4066 known_ev = hotkey_notify_usrevent(hkey, &send_acpi_ev, in hotkey_notify()
4072 known_ev = hotkey_notify_6xxx(hkey, &send_acpi_ev, in hotkey_notify()
4078 hkey == TP_HKEY_EV_RFKILL_CHANGED) { in hotkey_notify()
4089 pr_notice("unhandled HKEY event 0x%04x\n", hkey); in hotkey_notify()
4099 event, hkey); in hotkey_notify()
4578 TPACPI_ACPIHANDLE_INIT(hkey); in bluetooth_init()
4759 TPACPI_ACPIHANDLE_INIT(hkey); in wan_init()
4887 TPACPI_ACPIHANDLE_INIT(hkey); in uwb_init()
5408 TPACPI_ACPIHANDLE_INIT(hkey); in kbdlight_init()