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()
278 bool dual_accel, has_buttons, has_switches; in intel_vbtn_probe() local
290 has_switches = intel_vbtn_has_switches(handle, dual_accel); in intel_vbtn_probe()
292 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
308 priv->has_switches = has_switches; in intel_vbtn_probe()
329 if (has_switches) in intel_vbtn_probe()
373 if (priv->has_switches) in intel_vbtn_pm_resume()