Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/platform_data/x86/
Dasus-wmi.h102 #define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000 macro
/Linux-v5.15/drivers/platform/x86/
Dasus-wmi.c340 if (!(retval & ASUS_WMI_DSTS_PRESENCE_BIT)) in asus_wmi_get_devstate_bits()
362 return status == 0 && (retval & ASUS_WMI_DSTS_PRESENCE_BIT); in asus_wmi_dev_is_present()
455 if (result & ASUS_WMI_DSTS_PRESENCE_BIT) { in dgpu_disable_check_present()
542 if (result & ASUS_WMI_DSTS_PRESENCE_BIT) { in egpu_enable_check_present()
1427 if (result & ASUS_WMI_DSTS_PRESENCE_BIT) { in panel_od_check_present()
1611 || (!asus->sfun && !(value & ASUS_WMI_DSTS_PRESENCE_BIT))); in asus_wmi_has_agfn_fan()
1945 if ((result & ASUS_WMI_DSTS_PRESENCE_BIT) && in fan_boost_mode_check_present()
2064 if (result & ASUS_WMI_DSTS_PRESENCE_BIT) in throttle_thermal_policy_check_present()
2445 return (result & ASUS_WMI_DSTS_PRESENCE_BIT) && in asus_wmi_has_fnlock_key()
3043 if (result & (ASUS_WMI_DSTS_PRESENCE_BIT | ASUS_WMI_DSTS_USER_BIT)) in asus_wmi_add()
/Linux-v5.15/drivers/hid/
Dhid-asus.c546 return !!(value & ASUS_WMI_DSTS_PRESENCE_BIT); in asus_kbd_wmi_led_control_present()