Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dintel-vbtn.c59 bool has_switches; member
93 if (priv->has_switches) { in intel_vbtn_input_setup()
114 if (priv->has_switches) in intel_vbtn_input_setup()
233 bool has_buttons, has_switches; in intel_vbtn_probe() local
239 has_switches = intel_vbtn_has_switches(handle); in intel_vbtn_probe()
241 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
252 priv->has_switches = has_switches; in intel_vbtn_probe()