Home
last modified time | relevance | path

Searched refs:WMI_EVENT_GUID (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dtoshiba-wmi.c23 #define WMI_EVENT_GUID "59142400-C6A3-40FA-BADB-8A2652834100" macro
25 MODULE_ALIAS("wmi:"WMI_EVENT_GUID);
85 status = wmi_install_notify_handler(WMI_EVENT_GUID, in toshiba_wmi_input_setup()
99 wmi_remove_notify_handler(WMI_EVENT_GUID); in toshiba_wmi_input_setup()
107 wmi_remove_notify_handler(WMI_EVENT_GUID); in toshiba_wmi_input_destroy()
115 if (!wmi_has_guid(WMI_EVENT_GUID) || in toshiba_wmi_init()
132 if (wmi_has_guid(WMI_EVENT_GUID)) in toshiba_wmi_exit()
H A Dlg-laptop.c40 #define WMI_EVENT_GUID WMI_EVENT_GUID0 macro