Home
last modified time | relevance | path

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

/linux-6.15/include/linux/platform_data/x86/
H A Dasus-wmi.h153 #define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000 macro
/linux-6.15/drivers/platform/x86/
H A Dasus-wmi.c571 if (!(retval & ASUS_WMI_DSTS_PRESENCE_BIT)) in asus_wmi_get_devstate_bits()
594 return status == 0 && (retval & ASUS_WMI_DSTS_PRESENCE_BIT); in asus_wmi_dev_is_present()
2586 || (!asus->sfun && !(value & ASUS_WMI_DSTS_PRESENCE_BIT))); in asus_wmi_has_agfn_fan()
3099 if ((result & ASUS_WMI_DSTS_PRESENCE_BIT) && in fan_boost_mode_check_present()
4206 return (result & ASUS_WMI_DSTS_PRESENCE_BIT) && in asus_wmi_has_fnlock_key()
4782 if ((result & (ASUS_WMI_DSTS_PRESENCE_BIT | ASUS_WMI_DSTS_USER_BIT)) == in asus_wmi_add()
4783 (ASUS_WMI_DSTS_PRESENCE_BIT | ASUS_WMI_DSTS_USER_BIT)) in asus_wmi_add()
/linux-6.15/drivers/hid/
H A Dhid-asus.c534 return !!(value & ASUS_WMI_DSTS_PRESENCE_BIT); in asus_kbd_wmi_led_control_present()