Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c45 DELL_PRIVACY_TYPE_AUDIO = 0, enumerator
52 [DELL_PRIVACY_TYPE_AUDIO] = "Microphone",
78 return priv && (priv->features_present & BIT(DELL_PRIVACY_TYPE_AUDIO)); in dell_privacy_has_mic_mute()
146 for (type = DELL_PRIVACY_TYPE_AUDIO; type < DELL_PRIVACY_TYPE_MAX; type++) { in dell_privacy_supported_type_show()
166 for (type = DELL_PRIVACY_TYPE_AUDIO; type < DELL_PRIVACY_TYPE_MAX; type++) { in dell_privacy_current_state_show()
363 if (priv->features_present & BIT(DELL_PRIVACY_TYPE_AUDIO)) { in dell_privacy_wmi_probe()