Searched refs:toshiba_wmi_input_dev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dtoshiba-wmi.c27 static struct input_dev *toshiba_wmi_input_dev; variable in typeref:struct:input_dev
72 toshiba_wmi_input_dev = input_allocate_device();
73 if (!toshiba_wmi_input_dev)
76 toshiba_wmi_input_dev->name = "Toshiba WMI hotkeys";
77 toshiba_wmi_input_dev->phys = "wmi/input0";
78 toshiba_wmi_input_dev->id.bustype = BUS_HOST;
80 err = sparse_keymap_setup(toshiba_wmi_input_dev,
92 err = input_register_device(toshiba_wmi_input_dev);
101 input_free_device(toshiba_wmi_input_dev);
108 input_unregister_device(toshiba_wmi_input_dev);
[all...]

Completed in 82 milliseconds