Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c39 u32 features_present; member
78 return priv && (priv->features_present & BIT(DELL_PRIVACY_TYPE_AUDIO)); in dell_privacy_has_mic_mute()
145 privacy_list = priv->features_present; in dell_privacy_supported_type_show()
161 u32 privacy_supported = priv->features_present; in dell_privacy_current_state_show()
236 priv->features_present = buffer[0]; in get_current_status()
338 !(priv->features_present & BIT(DELL_PRIVACY_TYPE_CAMERA))) in dell_privacy_wmi_probe()
355 if (priv->features_present & BIT(DELL_PRIVACY_TYPE_CAMERA)) in dell_privacy_wmi_probe()
363 if (priv->features_present & BIT(DELL_PRIVACY_TYPE_AUDIO)) { in dell_privacy_wmi_probe()