Home
last modified time | relevance | path

Searched refs:has_switches (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/intel/
H A Dvbtn.c76 bool has_switches; member
142 if (priv->has_switches) { in intel_vbtn_input_setup()
171 if (!priv->has_switches) { in notify_handler()
181 priv->has_switches = true; in notify_handler()
279 bool dual_accel, has_buttons, has_switches; in intel_vbtn_probe() local
286 has_switches = intel_vbtn_has_switches(handle, dual_accel); in intel_vbtn_probe()
288 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
304 priv->has_switches = has_switches; in intel_vbtn_probe()
325 if (has_switches) in intel_vbtn_probe()
369 if (priv->has_switches) in intel_vbtn_pm_resume()