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.c392 static struct input_dev *hp_wmi_input_dev; variable
1112 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
1113 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify()
1115 if (test_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
1116 input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE, in hp_wmi_notify()
1118 input_sync(hp_wmi_input_dev); in hp_wmi_notify()
1129 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
1142 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
1215 hp_wmi_input_dev = input_allocate_device(); in hp_wmi_input_setup()
1216 if (!hp_wmi_input_dev) in hp_wmi_input_setup()
[all …]