Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c273 static struct input_dev *hp_wmi_input_dev; variable
868 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
869 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify()
871 if (test_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
872 input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE, in hp_wmi_notify()
874 input_sync(hp_wmi_input_dev); in hp_wmi_notify()
885 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
895 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
968 hp_wmi_input_dev = input_allocate_device(); in hp_wmi_input_setup()
969 if (!hp_wmi_input_dev) in hp_wmi_input_setup()
[all …]