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.c435 static struct input_dev *hp_wmi_input_dev; variable
1156 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
1157 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify()
1159 if (test_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
1160 input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE, in hp_wmi_notify()
1162 input_sync(hp_wmi_input_dev); in hp_wmi_notify()
1173 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
1186 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
1259 hp_wmi_input_dev = input_allocate_device(); in hp_wmi_input_setup()
1260 if (!hp_wmi_input_dev) in hp_wmi_input_setup()
[all …]