Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/platform_data/x86/
A Dasus-wmi.h116 #define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000 macro
/linux-6.3-rc2/drivers/platform/x86/
A Dasus-wmi.c471 if (!(retval & ASUS_WMI_DSTS_PRESENCE_BIT)) in asus_wmi_get_devstate_bits()
493 return status == 0 && (retval & ASUS_WMI_DSTS_PRESENCE_BIT); in asus_wmi_dev_is_present()
1847 || (!asus->sfun && !(value & ASUS_WMI_DSTS_PRESENCE_BIT))); in asus_wmi_has_agfn_fan()
2290 if ((result & ASUS_WMI_DSTS_PRESENCE_BIT) && in fan_boost_mode_check_present()
2832 if (result & ASUS_WMI_DSTS_PRESENCE_BIT) in throttle_thermal_policy_check_present()
3219 return (result & ASUS_WMI_DSTS_PRESENCE_BIT) && in asus_wmi_has_fnlock_key()
3804 if (result & (ASUS_WMI_DSTS_PRESENCE_BIT | ASUS_WMI_DSTS_USER_BIT)) in asus_wmi_add()
/linux-6.3-rc2/drivers/hid/
A Dhid-asus.c566 return !!(value & ASUS_WMI_DSTS_PRESENCE_BIT); in asus_kbd_wmi_led_control_present()

Completed in 17 milliseconds