Searched refs:vgbs (Results 1 – 1 of 1) sorted by relevance
79 unsigned long long vgbs; in detect_tablet_mode() local83 status = acpi_evaluate_integer(handle, "VGBS", NULL, &vgbs); in detect_tablet_mode()87 m = !(vgbs & VGBS_TABLET_MODE_FLAGS); in detect_tablet_mode()89 m = (vgbs & VGBS_DOCK_MODE_FLAG) ? 1 : 0; in detect_tablet_mode()238 unsigned long long vgbs; in intel_vbtn_has_switches() local244 status = acpi_evaluate_integer(handle, "VGBS", NULL, &vgbs); in intel_vbtn_has_switches()