Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/x86/dell/
Ddell-wmi-privacy.c51 static const char * const privacy_types[DELL_PRIVACY_TYPE_MAX] = { variable
144 len += sysfs_emit_at(buf, len, "[%s] [supported]\n", privacy_types[type]); in dell_privacy_supported_type_show()
146 len += sysfs_emit_at(buf, len, "[%s] [unsupported]\n", privacy_types[type]); in dell_privacy_supported_type_show()
165 len += sysfs_emit_at(buf, len, "[%s] [unmuted]\n", privacy_types[type]); in dell_privacy_current_state_show()
167 len += sysfs_emit_at(buf, len, "[%s] [muted]\n", privacy_types[type]); in dell_privacy_current_state_show()