Searched refs:enable_sw_tablet_mode (Results 1 – 1 of 1) sorted by relevance
33 static int enable_sw_tablet_mode = TABLET_SW_AUTO; variable34 module_param(enable_sw_tablet_mode, int, 0444);35 MODULE_PARM_DESC(enable_sw_tablet_mode,532 if (!priv->switches && enable_sw_tablet_mode == TABLET_SW_AT_EVENT && in notify_handler()679 if (enable_sw_tablet_mode == TABLET_SW_AUTO) { in intel_hid_probe()681 enable_sw_tablet_mode = TABLET_SW_AT_PROBE; in intel_hid_probe()683 enable_sw_tablet_mode = TABLET_SW_AT_EVENT; in intel_hid_probe()685 enable_sw_tablet_mode = TABLET_SW_OFF; in intel_hid_probe()703 if (enable_sw_tablet_mode == TABLET_SW_AT_PROBE) { in intel_hid_probe()