Searched refs:enable_sw_tablet_mode (Results 1 – 1 of 1) sorted by relevance
33 static int enable_sw_tablet_mode = TABLET_SW_AUTO; variable 34 module_param(enable_sw_tablet_mode, int, 0444);35 MODULE_PARM_DESC(enable_sw_tablet_mode,533 if (!priv->switches && enable_sw_tablet_mode == TABLET_SW_AT_EVENT && in notify_handler() 680 if (enable_sw_tablet_mode == TABLET_SW_AUTO) { in intel_hid_probe() 682 enable_sw_tablet_mode = TABLET_SW_AT_PROBE; in intel_hid_probe() 684 enable_sw_tablet_mode = TABLET_SW_AT_EVENT; in intel_hid_probe() 686 enable_sw_tablet_mode = TABLET_SW_OFF; in intel_hid_probe() 704 if (enable_sw_tablet_mode == TABLET_SW_AT_PROBE) { in intel_hid_probe()