Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/intel/
Dvbtn.c72 bool has_switches; member
136 if (priv->has_switches) { in intel_vbtn_input_setup()
164 if (!priv->has_switches) { in notify_handler()
174 priv->has_switches = true; in notify_handler()
276 bool dual_accel, has_buttons, has_switches; in intel_vbtn_probe() local
283 has_switches = intel_vbtn_has_switches(handle, dual_accel); in intel_vbtn_probe()
285 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
297 priv->has_switches = has_switches; in intel_vbtn_probe()