Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c426 char system_device_mode[4] = { 0 }; in hp_wmi_get_tablet_mode() local
442 system_device_mode, zero_if_sup(system_device_mode), in hp_wmi_get_tablet_mode()
443 sizeof(system_device_mode)); in hp_wmi_get_tablet_mode()
447 return system_device_mode[0] == DEVICE_MODE_TABLET; in hp_wmi_get_tablet_mode()