Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dhp-wmi.c154 static struct input_dev *hp_wmi_input_dev; variable
576 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify()
578 input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE, in hp_wmi_notify()
580 input_sync(hp_wmi_input_dev); in hp_wmi_notify()
594 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
653 hp_wmi_input_dev = input_allocate_device(); in hp_wmi_input_setup()
654 if (!hp_wmi_input_dev) in hp_wmi_input_setup()
657 hp_wmi_input_dev->name = "HP WMI hotkeys"; in hp_wmi_input_setup()
658 hp_wmi_input_dev->phys = "wmi/input0"; in hp_wmi_input_setup()
659 hp_wmi_input_dev->id.bustype = BUS_HOST; in hp_wmi_input_setup()
[all …]