Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c244 static struct input_dev *hp_wmi_input_dev; variable
853 input_sync(hp_wmi_input_dev); in hp_wmi_notify()
948 if (!hp_wmi_input_dev) in hp_wmi_input_setup()
951 hp_wmi_input_dev->name = "HP WMI hotkeys"; in hp_wmi_input_setup()
952 hp_wmi_input_dev->phys = "wmi/input0"; in hp_wmi_input_setup()
953 hp_wmi_input_dev->id.bustype = BUS_HOST; in hp_wmi_input_setup()
955 __set_bit(EV_SW, hp_wmi_input_dev->evbit); in hp_wmi_input_setup()
976 input_sync(hp_wmi_input_dev); in hp_wmi_input_setup()
996 input_free_device(hp_wmi_input_dev); in hp_wmi_input_setup()
1517 if (hp_wmi_input_dev) { in hp_wmi_resume_handler()
[all …]