Searched refs:has_switches (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c72 bool has_switches; member in struct:intel_vbtn_priv
138 if (priv->has_switches) {
165 if (!priv->has_switches) {
175 priv->has_switches = true;
273 bool dual_accel, has_buttons, has_switches; local
280 has_switches = intel_vbtn_has_switches(handle, dual_accel);
282 if (!has_buttons && !has_switches) {
294 priv->has_switches = has_switches;
315 if (has_switches)
[all...]

Completed in 187 milliseconds