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.c411 static struct input_dev *hp_wmi_input_dev; variable
1131 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
1132 input_report_switch(hp_wmi_input_dev, SW_DOCK, in hp_wmi_notify()
1134 if (test_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit)) in hp_wmi_notify()
1135 input_report_switch(hp_wmi_input_dev, SW_TABLET_MODE, in hp_wmi_notify()
1137 input_sync(hp_wmi_input_dev); in hp_wmi_notify()
1148 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
1161 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
1234 hp_wmi_input_dev = input_allocate_device(); in hp_wmi_input_setup()
1235 if (!hp_wmi_input_dev) in hp_wmi_input_setup()
[all …]