Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dthinkpad_acpi.c2087 static int hotkey_gmms_get_tablet_mode(int s, int *has_tablet_mode) in hotkey_gmms_get_tablet_mode() argument
2094 if (has_tablet_mode) in hotkey_gmms_get_tablet_mode()
2095 *has_tablet_mode = 0; in hotkey_gmms_get_tablet_mode()
2131 if (has_tablet_mode && (valid_modes & TP_ACPI_MULTI_MODE_TABLET_LIKE)) in hotkey_gmms_get_tablet_mode()
2132 *has_tablet_mode = 1; in hotkey_gmms_get_tablet_mode()
3217 int has_tablet_mode; in hotkey_init_tablet_mode() local
3220 &has_tablet_mode); in hotkey_init_tablet_mode()
3228 if (has_tablet_mode && !acpi_dev_present("BOSC0200", "1", -1)) in hotkey_init_tablet_mode()